GET /api/bet_types/48e6002a-3455-49f7-91e1-56bc7cbd55e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48e6002a-3455-49f7-91e1-56bc7cbd55e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/88df1d6f-14e0-40fe-9a0c-e8aad2916646/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T20:22:09.598661-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "53d1598c-ea79-40bf-aa75-88f75be9b66b",
            "gambit_id": "04c7aa67-8820-4b7e-b9f5-c81de9576fce",
            "last_updated": "2023-02-03T10:06:50.178974-05:00",
            "created_at": "2023-02-02T20:22:09.601304-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48e6002a-3455-49f7-91e1-56bc7cbd55e2/?format=api"
        },
        {
            "id": "a119a855-dda8-4a83-8427-73052c6d130d",
            "gambit_id": "2da11292-fad5-4efa-ae11-781fb359238e",
            "last_updated": "2023-02-03T10:06:50.177889-05:00",
            "created_at": "2023-02-02T20:22:09.599916-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48e6002a-3455-49f7-91e1-56bc7cbd55e2/?format=api"
        }
    ]
}