GET /api/bet_types/a27822dc-7ad2-4ca1-b365-e840f2780f34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a27822dc-7ad2-4ca1-b365-e840f2780f34",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe6d3c2-eb72-4018-a4fa-eb77ea269742/?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": 5000.0
            },
            {
                "team": "SFO",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cc8eb87-278a-4d5e-aac0-6ba839b979d8",
            "gambit_id": "e27ea986-0948-4453-a24a-fb1df2f552cf",
            "last_updated": "2022-09-19T11:47:12.223720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27822dc-7ad2-4ca1-b365-e840f2780f34/?format=api"
        },
        {
            "id": "f06e7b0d-6162-472a-a261-78e34d18214a",
            "gambit_id": "7708ca3f-929d-47c8-bede-ced502f19081",
            "last_updated": "2022-09-19T11:47:12.224837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27822dc-7ad2-4ca1-b365-e840f2780f34/?format=api"
        }
    ]
}