GET /api/bet_types/28796b45-0662-4a9b-9371-f9a689804ec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28796b45-0662-4a9b-9371-f9a689804ec4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d5a6c5-2aa2-49db-b647-62fabe439a91/?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": "New York Rangers",
                "amount": 6534.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd4ae469-99d8-4232-b29a-a097d29f8c4b",
            "gambit_id": "f76eb323-8a1d-429c-bb95-013b6671992f",
            "last_updated": "2022-12-08T13:02:12.197481-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28796b45-0662-4a9b-9371-f9a689804ec4/?format=api"
        },
        {
            "id": "81145bfb-4884-4683-9f50-8181924394e9",
            "gambit_id": "7d4531d6-9407-4417-a427-23c61f62c3bf",
            "last_updated": "2022-12-08T13:02:12.198485-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28796b45-0662-4a9b-9371-f9a689804ec4/?format=api"
        }
    ]
}