GET /api/bet_types/26652f86-5f45-49f0-b04d-dd237cacca19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26652f86-5f45-49f0-b04d-dd237cacca19",
    "match": "https://api-prod.gambitprofit.com/api/matches/6709fcfe-4246-48c9-a13e-b3e8dab5444e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T11:07:19.110526-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": "Gilbert Burns",
                "amount": 7608.0
            },
            {
                "team": "Jorge Masvidal",
                "amount": 2392.0
            }
        ],
        "expected_reward_tokens": 9280.96,
        "profit_sb": -219.04,
        "profit_sb_percentage": -2.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "651d72d5-f536-432a-a724-ab687d35f7bf",
            "gambit_id": "6ee0f75f-78f6-4696-9a24-053910887296",
            "last_updated": "2023-04-09T12:37:12.282714-04:00",
            "created_at": "2023-04-08T11:07:19.112741-04:00",
            "name": "Gilbert Burns",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26652f86-5f45-49f0-b04d-dd237cacca19/?format=api"
        },
        {
            "id": "25c2e282-e7d3-4b5f-992a-1db3c6956212",
            "gambit_id": "6c594c6d-7880-47f0-b149-5ad919b69d14",
            "last_updated": "2023-04-09T12:37:12.285204-04:00",
            "created_at": "2023-04-08T11:07:19.114852-04:00",
            "name": "Jorge Masvidal",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26652f86-5f45-49f0-b04d-dd237cacca19/?format=api"
        }
    ]
}