GET /api/bet_types/e201d5ac-e82e-4138-8c84-37b30805ae36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e201d5ac-e82e-4138-8c84-37b30805ae36",
    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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": "STL",
                "amount": 5228.0
            },
            {
                "team": "COL",
                "amount": 4772.0
            }
        ],
        "expected_reward_tokens": 9305.4,
        "profit_sb": 305.4,
        "profit_sb_percentage": 3.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "14ff5ec4-73d9-4392-8532-fc30efbe5189",
            "gambit_id": "71fdef32-89d5-43f4-a1c7-0bedff24be28",
            "last_updated": "2022-08-19T09:51:52.631031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e201d5ac-e82e-4138-8c84-37b30805ae36/?format=api"
        },
        {
            "id": "c62a93e4-5c6c-413c-8188-a99aedb3c04c",
            "gambit_id": "643d85a9-512c-4698-ab69-a3b985c340e6",
            "last_updated": "2022-08-19T09:51:52.631457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e201d5ac-e82e-4138-8c84-37b30805ae36/?format=api"
        }
    ]
}