GET /api/bet_types/46f7d667-190a-4b17-bddc-576057d6e5ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46f7d667-190a-4b17-bddc-576057d6e5ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd1cbe3-3748-45b1-95f9-8bb4b106b917/?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": "St Louis Blues",
                "amount": 6534.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "86d62a9a-d616-4568-82b6-f5bf32e18dc0",
            "gambit_id": "9783a509-8b39-419e-a66d-06e738abaaa8",
            "last_updated": "2022-11-29T10:27:09.151397-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f7d667-190a-4b17-bddc-576057d6e5ce/?format=api"
        },
        {
            "id": "53829cc5-669c-4df8-98c9-4b1a2a81cb81",
            "gambit_id": "1a9c6545-b4b2-4c52-8c0e-d4377ba42503",
            "last_updated": "2022-11-29T10:27:09.152351-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f7d667-190a-4b17-bddc-576057d6e5ce/?format=api"
        }
    ]
}