GET /api/bet_types/50242f2b-08a7-4335-b3b5-f18acc32b2c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50242f2b-08a7-4335-b3b5-f18acc32b2c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a5a2670-ea8f-49c9-9e4b-9868b7e77443/?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": "PIT",
                "amount": 5501.0
            },
            {
                "team": "MIL",
                "amount": 4499.0
            }
        ],
        "expected_reward_tokens": 9131.66,
        "profit_sb": 131.66,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac2cd9ef-ef44-49ce-8e61-06aba5de3b41",
            "gambit_id": "7e4bb114-a4cb-4fad-ae3e-d408edb9a42d",
            "last_updated": "2022-08-31T10:22:01.491058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50242f2b-08a7-4335-b3b5-f18acc32b2c3/?format=api"
        },
        {
            "id": "14e67bd0-e317-4549-832b-3e628527a483",
            "gambit_id": "556b25d9-b37c-48d5-8f56-a3dd19dd9057",
            "last_updated": "2022-08-31T10:22:01.490627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50242f2b-08a7-4335-b3b5-f18acc32b2c3/?format=api"
        }
    ]
}