GET /api/bet_types/0fa99fa1-ac30-4a37-b8de-ff8375bf520f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fa99fa1-ac30-4a37-b8de-ff8375bf520f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c84496bf-96f3-4244-a774-c339d6fd973e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:18.613051-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": "WAS",
                "amount": 5614.0
            },
            {
                "team": "PIT",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "25375bf6-8e36-4e83-9242-a3547b9883d4",
            "gambit_id": "0705fb4a-1c51-4d37-8992-456da6ba57cd",
            "last_updated": "2023-05-05T19:01:55.177930-04:00",
            "created_at": "2023-04-28T11:22:18.614798-04:00",
            "name": "WAS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fa99fa1-ac30-4a37-b8de-ff8375bf520f/?format=api"
        },
        {
            "id": "608ce843-2c40-452b-899c-702a833bc2f4",
            "gambit_id": "20af1161-d63c-4384-a48a-4b7fddf83cc9",
            "last_updated": "2023-05-05T19:01:55.179407-04:00",
            "created_at": "2023-04-28T11:22:18.616387-04:00",
            "name": "PIT",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fa99fa1-ac30-4a37-b8de-ff8375bf520f/?format=api"
        }
    ]
}