GET /api/bet_types/56939ffb-a206-440b-9fd4-bb5d9939802b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56939ffb-a206-440b-9fd4-bb5d9939802b",
    "match": "https://api-prod.gambitprofit.com/api/matches/260661c1-4312-454f-85ba-b51e19d5cd68/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "53b73e81-de25-49d5-9691-46961b3e9f02",
            "gambit_id": "8fb943bd-cf8b-4a1e-8681-63d756dd3de1",
            "last_updated": "2022-11-03T09:38:42.104527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56939ffb-a206-440b-9fd4-bb5d9939802b/?format=api"
        },
        {
            "id": "0fd67fff-1749-42e4-8fed-ae47261347c8",
            "gambit_id": "8206c561-824b-4386-a515-b3326235b172",
            "last_updated": "2022-11-03T09:38:42.105700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56939ffb-a206-440b-9fd4-bb5d9939802b/?format=api"
        }
    ]
}