GET /api/bet_types/f523ad08-2fb4-4790-bd9b-6a91bc6fa210/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f523ad08-2fb4-4790-bd9b-6a91bc6fa210",
    "match": "https://api-prod.gambitprofit.com/api/matches/39947add-aebc-43a1-a189-88ad426e50a2/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a544d65b-804c-4dfb-a612-5f8f82ce484b",
            "gambit_id": "e82eedb6-b6dd-4ce7-97a5-b47a2752c483",
            "last_updated": "2022-11-28T11:16:54.257708-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f523ad08-2fb4-4790-bd9b-6a91bc6fa210/?format=api"
        },
        {
            "id": "e8e47963-e5d2-4513-b4bb-180a9bc4b26b",
            "gambit_id": "083f8336-aadb-40ba-b7af-6f0c19ea5f8e",
            "last_updated": "2022-11-28T11:16:54.258699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f523ad08-2fb4-4790-bd9b-6a91bc6fa210/?format=api"
        }
    ]
}