GET /api/bet_types/9af071a4-cb68-439d-be52-3d299629e55e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af071a4-cb68-439d-be52-3d299629e55e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e693c5b-3489-4223-9cb8-c66ec72a8806/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T09:28:03.830784-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": "COL",
                "amount": 5688.0
            },
            {
                "team": "CWS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "09c258bc-950a-4a53-8756-281eda6c0ba5",
            "gambit_id": "f75b3034-565e-4b0c-9d95-7fc8ab0e45e9",
            "last_updated": "2023-08-21T10:38:12.748288-04:00",
            "created_at": "2023-08-19T09:28:03.839664-04:00",
            "name": "COL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af071a4-cb68-439d-be52-3d299629e55e/?format=api"
        },
        {
            "id": "000bd206-238c-49b3-8fcb-947cff6979c8",
            "gambit_id": "dfff87cc-6a1f-4b2c-8d84-e854d7c3dbcc",
            "last_updated": "2023-08-21T10:38:12.745039-04:00",
            "created_at": "2023-08-19T09:28:03.834379-04:00",
            "name": "CWS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af071a4-cb68-439d-be52-3d299629e55e/?format=api"
        }
    ]
}