GET /api/bet_types/ac640293-18bf-4758-9937-e23173f86aa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac640293-18bf-4758-9937-e23173f86aa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d87e450-c0b4-4433-b118-6eebeed2dd2c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T10:48:11.385657-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": "STL (Z Thompson)",
                "amount": 5652.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4348.0
            }
        ],
        "expected_reward_tokens": 9608.4,
        "profit_sb": 108.4,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9055290-7d00-4a2e-9aa3-e396c9309d3d",
            "gambit_id": "d4785d9b-cbf9-4e6c-adb6-f0bb41f1b3dd",
            "last_updated": "2023-09-04T12:58:21.351090-04:00",
            "created_at": "2023-09-03T10:48:11.395320-04:00",
            "name": "STL (Z Thompson)",
            "reward": "1.70000",
            "odds": "1.72990",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac640293-18bf-4758-9937-e23173f86aa9/?format=api"
        },
        {
            "id": "1bc98896-4851-4aef-bb45-9d761cd799cf",
            "gambit_id": "6e9b5fd2-d293-4d07-aa4b-cccc275a16c8",
            "last_updated": "2023-09-04T12:58:21.347205-04:00",
            "created_at": "2023-09-03T10:48:11.390401-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.21000",
            "odds": "2.27000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac640293-18bf-4758-9937-e23173f86aa9/?format=api"
        }
    ]
}