GET /api/bet_types/8f391cda-f389-4aca-8a47-0bcebaad825c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f391cda-f389-4aca-8a47-0bcebaad825c",
    "match": "https://api-prod.gambitprofit.com/api/matches/31cdc66f-e9d7-43c8-8dbe-7042f63a80f2/?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": "Milwaukee Bucks",
                "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": "40ce8e05-2c67-46c4-9997-57e20cc87680",
            "gambit_id": "1b038095-d31c-41df-8fc2-2d996970ae82",
            "last_updated": "2022-11-28T13:42:15.918958-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f391cda-f389-4aca-8a47-0bcebaad825c/?format=api"
        },
        {
            "id": "50ec20df-9fbe-4d6e-976a-9f7f8912d6d6",
            "gambit_id": "80a07680-acb6-46ed-9fcd-b9b87f4a9572",
            "last_updated": "2022-11-28T13:42:15.920031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f391cda-f389-4aca-8a47-0bcebaad825c/?format=api"
        }
    ]
}