GET /api/bet_types/0b11ce4b-91ee-4d97-bc6b-7f2cd96e0893/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b11ce4b-91ee-4d97-bc6b-7f2cd96e0893",
    "match": "https://api-prod.gambitprofit.com/api/matches/783fb13e-0756-409a-b03a-bf84b75e704b/?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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "LSU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9561e70e-8441-459b-b047-89fd9c8464c4",
            "gambit_id": "558b4e97-7c8d-4f63-848d-c90c37eaad43",
            "last_updated": "2022-11-06T16:08:21.512033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b11ce4b-91ee-4d97-bc6b-7f2cd96e0893/?format=api"
        },
        {
            "id": "983ce576-8a9c-4149-ad08-c8b3e473d1cf",
            "gambit_id": "44df1c22-058d-4b5c-b6e4-46679da65246",
            "last_updated": "2022-11-06T16:08:21.511048-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b11ce4b-91ee-4d97-bc6b-7f2cd96e0893/?format=api"
        }
    ]
}