GET /api/bet_types/2c4398b5-b00a-4e71-85eb-4756ac233cbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4398b5-b00a-4e71-85eb-4756ac233cbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5086f79-8e6b-4465-9000-f87682b339ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T09:02:04.214555-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": "Seattle Kraken",
                "amount": 5421.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "72b1507a-c8cf-49b8-81c7-59ded5024a6d",
            "gambit_id": "05f328ac-08d2-4a8f-addc-0e8af1570d25",
            "last_updated": "2023-03-10T10:26:56.505606-05:00",
            "created_at": "2023-03-09T09:02:04.215837-05:00",
            "name": "Seattle Kraken",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4398b5-b00a-4e71-85eb-4756ac233cbe/?format=api"
        },
        {
            "id": "b66f9a22-9eae-4023-88d6-29a10569787b",
            "gambit_id": "32686c90-a04f-4ba0-bb74-91e5680022cc",
            "last_updated": "2023-03-10T10:26:56.506752-05:00",
            "created_at": "2023-03-09T09:02:04.217146-05:00",
            "name": "Ottawa Senators",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4398b5-b00a-4e71-85eb-4756ac233cbe/?format=api"
        }
    ]
}