GET /api/bet_types/a23c346c-2493-4470-bd33-acbd1104676a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a23c346c-2493-4470-bd33-acbd1104676a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2251ae8-f460-462b-aa66-5d5ec0d938c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:00.588876-04: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": "Miami-Florida",
                "amount": 5000.0
            },
            {
                "team": "Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33281353-55ea-49b8-9284-2ff626c975f4",
            "gambit_id": "5cbde474-8ae5-4ce4-bec3-e2007a2cd0e6",
            "last_updated": "2023-03-27T11:27:21.598607-04:00",
            "created_at": "2023-03-26T13:37:00.592647-04:00",
            "name": "Miami-Florida",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23c346c-2493-4470-bd33-acbd1104676a/?format=api"
        },
        {
            "id": "8013333a-7227-4849-bfa0-0c6008aa292e",
            "gambit_id": "7a5a3108-194c-4811-add6-5561a288d2e3",
            "last_updated": "2023-03-27T11:27:21.596611-04:00",
            "created_at": "2023-03-26T13:37:00.590680-04:00",
            "name": "Texas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23c346c-2493-4470-bd33-acbd1104676a/?format=api"
        }
    ]
}