GET /api/bet_types/e9814a01-418b-429a-b2ce-14e4bc9f4d41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9814a01-418b-429a-b2ce-14e4bc9f4d41",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a471773-a276-4ce7-a7b7-cc1af3a8188f/?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": "Nashville Predators",
                "amount": 6683.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9154.92,
        "profit_sb": 154.92,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "d58866ba-7cc5-417e-9c02-8c49a1158e3f",
            "gambit_id": "4add2311-17ae-47f4-bbde-e85d309c9894",
            "last_updated": "2022-11-07T09:08:16.171035-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9814a01-418b-429a-b2ce-14e4bc9f4d41/?format=api"
        },
        {
            "id": "18fa8967-703f-4128-8640-68902ef7fcd1",
            "gambit_id": "14f0d6a2-86d0-4f38-84e6-0cfe165ce5bf",
            "last_updated": "2022-11-07T09:08:16.169819-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.76000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9814a01-418b-429a-b2ce-14e4bc9f4d41/?format=api"
        }
    ]
}