GET /api/bet_types/b511bf3f-a9c8-4a46-8201-7fb3d9db716a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b511bf3f-a9c8-4a46-8201-7fb3d9db716a",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a09d3c-c3e0-4320-9f36-2730a1b35b78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:00.789124-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": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "860035eb-6c17-4e6f-8cb4-c5efeab511b0",
            "gambit_id": "c193bcae-27b8-4ad5-be62-912b768102aa",
            "last_updated": "2023-11-30T11:23:14.537022-05:00",
            "created_at": "2023-11-29T10:38:00.797707-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b511bf3f-a9c8-4a46-8201-7fb3d9db716a/?format=api"
        },
        {
            "id": "4fcdd25d-5806-43c7-bd6b-552e24dc64bf",
            "gambit_id": "1928b882-5db2-4f82-8600-c8c62d2504e6",
            "last_updated": "2023-11-30T11:23:14.531341-05:00",
            "created_at": "2023-11-29T10:38:00.793034-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b511bf3f-a9c8-4a46-8201-7fb3d9db716a/?format=api"
        }
    ]
}