GET /api/bet_types/2a6fb601-bc54-43ab-85a7-b8055659a927/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a6fb601-bc54-43ab-85a7-b8055659a927",
    "match": "https://api-prod.gambitprofit.com/api/matches/d96df80e-48e2-4992-aba4-135ccdcb097b/?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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9b32977-9fbc-44bb-af82-cd7c9b6db7f1",
            "gambit_id": "2aa981ba-594b-4464-8c7b-36e00ef2e165",
            "last_updated": "2022-11-30T10:02:23.453930-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6fb601-bc54-43ab-85a7-b8055659a927/?format=api"
        },
        {
            "id": "c7a4271f-f3e3-422f-94ad-0616004f65cb",
            "gambit_id": "79854a02-5614-404f-b5b7-bdc00d554a35",
            "last_updated": "2022-11-30T10:02:23.452824-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6fb601-bc54-43ab-85a7-b8055659a927/?format=api"
        }
    ]
}