GET /api/bet_types/94983071-90b9-4106-a4c9-6387c60ed17a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94983071-90b9-4106-a4c9-6387c60ed17a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecd4ed7e-addc-40ef-986a-ac8f602e37f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T09:13:24.640355-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": "CLE",
                "amount": 6010.0
            },
            {
                "team": "TEX",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8d826c9-9966-4b75-bb86-8b4e2a01f656",
            "gambit_id": "64faf416-d4cd-4166-9452-afd5d8672132",
            "last_updated": "2023-07-15T08:58:10.514417-04:00",
            "created_at": "2023-07-14T09:13:24.642033-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94983071-90b9-4106-a4c9-6387c60ed17a/?format=api"
        },
        {
            "id": "70d64821-b19f-4080-9f24-a2104f59feea",
            "gambit_id": "33aa8377-2d2a-45ce-aa2a-07df8d66653b",
            "last_updated": "2023-07-15T08:58:10.515684-04:00",
            "created_at": "2023-07-14T09:13:24.643782-04:00",
            "name": "TEX",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94983071-90b9-4106-a4c9-6387c60ed17a/?format=api"
        }
    ]
}