GET /api/bet_types/598502fc-d79f-4ecb-93a6-c168a786ba08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "598502fc-d79f-4ecb-93a6-c168a786ba08",
    "match": "https://api-prod.gambitprofit.com/api/matches/babb2fe8-04be-4c02-bf04-6e000dc729ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:58.505260-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CLE",
                "amount": 6010.0
            },
            {
                "team": "SFO",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "255e9313-0975-4604-92ea-149151843d57",
            "gambit_id": "87860251-5220-46bd-92b3-dd991d57d10b",
            "last_updated": "2023-09-15T10:23:23.060610-04:00",
            "created_at": "2023-09-13T09:07:58.508800-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/598502fc-d79f-4ecb-93a6-c168a786ba08/?format=api"
        },
        {
            "id": "26d0f907-fcf5-46b0-9cf9-4d1cc73fb913",
            "gambit_id": "f2efe08e-e34b-401d-8dee-3f14e15deaa4",
            "last_updated": "2023-09-15T10:23:23.064133-04:00",
            "created_at": "2023-09-13T09:07:58.512959-04:00",
            "name": "SFO",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/598502fc-d79f-4ecb-93a6-c168a786ba08/?format=api"
        }
    ]
}