GET /api/bet_types/6e71598d-98b2-41ee-b59d-7d8c93010134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e71598d-98b2-41ee-b59d-7d8c93010134",
    "match": "https://api-prod.gambitprofit.com/api/matches/76f378f7-201e-4b34-9849-88432f7bcf84/?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": "CHC",
                "amount": 6170.0
            },
            {
                "team": "PIT",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf3ce056-7db8-424a-90f6-ee87bc3bf409",
            "gambit_id": "5a04d410-5f4b-47b8-addc-1470b0d15389",
            "last_updated": "2022-09-26T10:32:11.786868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e71598d-98b2-41ee-b59d-7d8c93010134/?format=api"
        },
        {
            "id": "880f6562-85d1-497e-9816-466c741c4f7d",
            "gambit_id": "68e2e874-e58d-441a-97c6-ee1fcd3a97e1",
            "last_updated": "2022-09-26T10:32:11.788017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e71598d-98b2-41ee-b59d-7d8c93010134/?format=api"
        }
    ]
}