GET /api/bet_types/20589bed-9a1b-4196-a29e-2afb378952c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20589bed-9a1b-4196-a29e-2afb378952c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9a676a4-64eb-4790-9963-cc964db91f2b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-24T09:06:58.692601-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": "Golden State Warriors",
                "amount": 7858.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2142.0
            }
        ],
        "expected_reward_tokens": 9508.18,
        "profit_sb": 8.18,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fa06f4b-dc14-4670-9913-4b8894036aee",
            "gambit_id": "6ffdf75d-7f7e-4d69-8e90-1c403c422ad3",
            "last_updated": "2023-02-25T17:32:00.139783-05:00",
            "created_at": "2023-02-24T09:06:58.693792-05:00",
            "name": "Golden State Warriors",
            "reward": "1.21000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20589bed-9a1b-4196-a29e-2afb378952c9/?format=api"
        },
        {
            "id": "33a68552-e687-48d0-a1e9-d538c46b4246",
            "gambit_id": "2e61f5e6-529b-4a79-9e8c-cfe58a85240d",
            "last_updated": "2023-02-25T17:32:00.140910-05:00",
            "created_at": "2023-02-24T09:06:58.695047-05:00",
            "name": "Houston Rockets",
            "reward": "4.44000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20589bed-9a1b-4196-a29e-2afb378952c9/?format=api"
        }
    ]
}