GET /api/bet_types/33c57cf8-0014-407c-8cb5-ee8ed345b23a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33c57cf8-0014-407c-8cb5-ee8ed345b23a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6730f8d6-5205-4e74-8560-b284843f9715/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:48.329604-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9423117-df74-4edb-bca2-824beee6fcb6",
            "gambit_id": "f544d7f2-13f9-435d-986b-90d0be90c15a",
            "last_updated": "2023-01-14T12:07:01.016993-05:00",
            "created_at": "2023-01-13T09:11:48.330746-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33c57cf8-0014-407c-8cb5-ee8ed345b23a/?format=api"
        },
        {
            "id": "d3e0c416-51f8-401a-8169-ad61f077b9d5",
            "gambit_id": "f3afa061-b33b-45ce-83b0-4356a6e3ab87",
            "last_updated": "2023-01-14T12:07:01.020470-05:00",
            "created_at": "2023-01-13T09:11:48.332011-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33c57cf8-0014-407c-8cb5-ee8ed345b23a/?format=api"
        }
    ]
}