GET /api/bet_types/abb35051-4572-4656-af2e-bc34afcedf09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abb35051-4572-4656-af2e-bc34afcedf09",
    "match": "https://api-prod.gambitprofit.com/api/matches/7df9457b-1fe2-43a4-892c-0214e633f87a/?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": "Akron",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f69e01f-a37c-4c59-928e-6cbc4ddaea29",
            "gambit_id": "19f6222f-ea2a-4af5-8df9-c731c18eaf0e",
            "last_updated": "2022-12-24T17:12:28.067082-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb35051-4572-4656-af2e-bc34afcedf09/?format=api"
        },
        {
            "id": "5255e32b-a403-4d1d-824a-bcef0f368b40",
            "gambit_id": "a6699c0b-db64-48db-b734-e90b5886142a",
            "last_updated": "2022-12-24T17:12:28.065934-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb35051-4572-4656-af2e-bc34afcedf09/?format=api"
        }
    ]
}