GET /api/bet_types/e78b2c22-03c9-471d-bc6c-c5da27e6438e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e78b2c22-03c9-471d-bc6c-c5da27e6438e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4de1baa-ba99-45ff-ab6b-541ad7fcbb2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T09:42:59.585187-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": "LOS",
                "amount": 5614.0
            },
            {
                "team": "WAS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc28c5fe-e958-418e-8062-aef4f9fb9055",
            "gambit_id": "eb4406c6-b8a0-4f37-a8de-eac0c36f4921",
            "last_updated": "2023-09-11T09:08:28.719720-04:00",
            "created_at": "2023-09-09T09:42:59.589882-04:00",
            "name": "LOS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e78b2c22-03c9-471d-bc6c-c5da27e6438e/?format=api"
        },
        {
            "id": "31885b5c-d01d-4cae-99e1-c4919f132aff",
            "gambit_id": "496c3695-5c0c-4b3a-834a-1c98ea545107",
            "last_updated": "2023-09-11T09:08:28.723408-04:00",
            "created_at": "2023-09-09T09:42:59.593829-04:00",
            "name": "WAS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e78b2c22-03c9-471d-bc6c-c5da27e6438e/?format=api"
        }
    ]
}