GET /api/bet_types/09a777cd-3ca5-4d95-b63d-5f8b7dd61cf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09a777cd-3ca5-4d95-b63d-5f8b7dd61cf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1082966-edea-46a8-acf6-73ca9f18092b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:53.092327-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "26a9fec5-e860-4aa4-bac9-ae64ab393516",
            "gambit_id": "e8468767-aaf6-4a8f-87ed-85add864f47e",
            "last_updated": "2023-01-26T10:57:00.800789-05:00",
            "created_at": "2023-01-25T09:46:53.093518-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a777cd-3ca5-4d95-b63d-5f8b7dd61cf4/?format=api"
        },
        {
            "id": "6bca0272-314b-457c-8825-300cd2dea1f3",
            "gambit_id": "33380598-393a-4982-900a-2484dcbc5905",
            "last_updated": "2023-01-26T10:57:00.802011-05:00",
            "created_at": "2023-01-25T09:46:53.094799-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a777cd-3ca5-4d95-b63d-5f8b7dd61cf4/?format=api"
        }
    ]
}