GET /api/bet_types/26a9c84e-193a-4f21-a32d-0bbbb05bad7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26a9c84e-193a-4f21-a32d-0bbbb05bad7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c072814b-acfb-4723-a366-960b8f1bb27c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:20.779813-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": "Seattle Kraken",
                "amount": 7059.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "88a93eb3-7a95-4736-91dc-424fa6225a7c",
            "gambit_id": "e2ebf25d-bf7f-41bb-9f97-0bac9e7f770c",
            "last_updated": "2023-04-14T12:02:24.185606-04:00",
            "created_at": "2023-04-13T09:32:20.781484-04:00",
            "name": "Seattle Kraken",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a9c84e-193a-4f21-a32d-0bbbb05bad7a/?format=api"
        },
        {
            "id": "36534343-46aa-4d41-83c4-36035302e37d",
            "gambit_id": "42effc50-bd44-4210-898b-d6c07f61e965",
            "last_updated": "2023-04-14T12:02:24.184095-04:00",
            "created_at": "2023-04-13T09:32:20.783193-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a9c84e-193a-4f21-a32d-0bbbb05bad7a/?format=api"
        }
    ]
}