GET /api/bet_types/822e4639-680e-4bc7-b722-af63b9ce51f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "822e4639-680e-4bc7-b722-af63b9ce51f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8898549d-97d4-4eb4-8cf7-91947444e426/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:11.984177-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": "ARI",
                "amount": 5000.0
            },
            {
                "team": "PIT",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "85338abe-12a9-4c3a-b650-48505abf565d",
            "gambit_id": "b6e67921-c582-489c-a795-89532dc4a1f0",
            "last_updated": "2023-05-20T10:52:05.188231-04:00",
            "created_at": "2023-05-19T11:02:11.987745-04:00",
            "name": "ARI",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/822e4639-680e-4bc7-b722-af63b9ce51f5/?format=api"
        },
        {
            "id": "63f38614-151b-4241-9ceb-af64a492c4c7",
            "gambit_id": "f7946d00-6cd4-4166-a826-7c9ade0b8602",
            "last_updated": "2023-05-20T10:52:05.186622-04:00",
            "created_at": "2023-05-19T11:02:11.985962-04:00",
            "name": "PIT",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/822e4639-680e-4bc7-b722-af63b9ce51f5/?format=api"
        }
    ]
}