GET /api/bet_types/c7f9e4c6-0f64-42b5-93cd-84ba42f9b2e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7f9e4c6-0f64-42b5-93cd-84ba42f9b2e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/035d0eed-d3e0-4931-9dbe-de1ed080793d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:17:00.826976-04: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": "Arlington Renegades",
                "amount": 5000.0
            },
            {
                "team": "Seattle Sea Dragons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fae50bd0-5664-443b-89ce-c91f9805d945",
            "gambit_id": "7e62495c-bd70-4a19-ace8-40fd9813b312",
            "last_updated": "2023-04-01T10:12:13.424456-04:00",
            "created_at": "2023-03-29T10:17:00.829744-04:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7f9e4c6-0f64-42b5-93cd-84ba42f9b2e2/?format=api"
        },
        {
            "id": "b9247564-0da3-47b5-bc2f-5129dd5c8d53",
            "gambit_id": "3ae8764e-f028-4967-98a7-fd166b02f319",
            "last_updated": "2023-04-01T10:12:13.426108-04:00",
            "created_at": "2023-03-29T10:17:00.832121-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7f9e4c6-0f64-42b5-93cd-84ba42f9b2e2/?format=api"
        }
    ]
}