GET /api/bet_types/837b79fa-26fb-4c62-89d5-59f66116d985/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "837b79fa-26fb-4c62-89d5-59f66116d985",
    "match": "https://api-prod.gambitprofit.com/api/matches/43e5c2dc-71b7-4c06-a073-2ec0c402e397/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T14:32:08.458844-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": "Vegas Vipers",
                "amount": 5863.0
            },
            {
                "team": "DC Defenders",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ac7254a-08cb-4e26-9562-f1fb7ecb6920",
            "gambit_id": "0dac94df-cf09-4f2a-8798-e73190a17e4b",
            "last_updated": "2023-02-26T11:37:24.691755-05:00",
            "created_at": "2023-02-23T14:32:08.460068-05:00",
            "name": "Vegas Vipers",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837b79fa-26fb-4c62-89d5-59f66116d985/?format=api"
        },
        {
            "id": "7df931c6-bd41-43db-ab9e-f65b9d20b8c3",
            "gambit_id": "eefdab46-e725-4e4b-a493-e166dba48260",
            "last_updated": "2023-02-26T11:37:24.692845-05:00",
            "created_at": "2023-02-23T14:32:08.461294-05:00",
            "name": "DC Defenders",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837b79fa-26fb-4c62-89d5-59f66116d985/?format=api"
        }
    ]
}