GET /api/bet_types/5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b",
    "match": "https://api-prod.gambitprofit.com/api/matches/63254ce0-9002-428b-a5b6-0b9965a550e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T14:37:15.244730-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": "Vegas Golden Knights",
                "amount": 6721.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2b1dc07-375a-48fc-b8fd-00a442e689c4",
            "gambit_id": "2a47562a-b606-43e9-bc53-a32975df124e",
            "last_updated": "2023-02-19T15:57:16.836715-05:00",
            "created_at": "2023-02-18T14:37:15.245986-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b/?format=api"
        },
        {
            "id": "2825253c-4974-439b-883c-48d1ff4b03e9",
            "gambit_id": "706d6c29-ccd9-446a-8d7a-38c5d93f3220",
            "last_updated": "2023-02-19T15:57:16.837950-05:00",
            "created_at": "2023-02-18T14:37:15.247277-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b/?format=api"
        }
    ]
}