GET /api/bet_types/96f3ca7b-cff2-428f-8f3e-3506c8ffb113/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96f3ca7b-cff2-428f-8f3e-3506c8ffb113",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?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": "Temple",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcd5b5ef-6c81-47c1-b728-20262d5ba034",
            "gambit_id": "02c3058c-aa02-41b5-b9b9-c42c6a75b442",
            "last_updated": "2022-09-25T19:52:03.615758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f3ca7b-cff2-428f-8f3e-3506c8ffb113/?format=api"
        },
        {
            "id": "18fa0b40-7c99-4e55-aef9-840123acd127",
            "gambit_id": "9a53bf98-fbae-41f2-9703-b747fa1ae62e",
            "last_updated": "2022-09-25T19:52:03.616802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f3ca7b-cff2-428f-8f3e-3506c8ffb113/?format=api"
        }
    ]
}