GET /api/bet_types/500c5e45-a687-4e7e-b7f1-da2769150508/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "500c5e45-a687-4e7e-b7f1-da2769150508",
    "match": "https://api-prod.gambitprofit.com/api/matches/666d7791-5905-4c23-be99-fdf369b6b28f/?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": "LOS",
                "amount": 5499.0
            },
            {
                "team": "MIA",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "591da5be-0a84-4888-aa47-23393aec493b",
            "gambit_id": "217810d0-73fb-4e5d-b57f-38f8a3595940",
            "last_updated": "2022-12-24T17:12:15.886983-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c5e45-a687-4e7e-b7f1-da2769150508/?format=api"
        },
        {
            "id": "9a336f6a-7db6-4611-b164-778a69ea4320",
            "gambit_id": "4c66440e-1461-4d8c-ab15-c6f8d8e3ea86",
            "last_updated": "2022-12-24T17:12:15.888081-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c5e45-a687-4e7e-b7f1-da2769150508/?format=api"
        }
    ]
}