GET /api/bet_types/1f5333a1-f40a-4201-85fe-80f7e112f2b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f5333a1-f40a-4201-85fe-80f7e112f2b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/dac78d70-6d34-4ee8-bdfe-fc617f0e2eab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:06.105261-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": "Nashville Predators",
                "amount": 5939.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f7f639d-74cf-4db4-a8e2-a4975a4ce503",
            "gambit_id": "ab245c3f-2058-451d-b96b-67b4ed8306b8",
            "last_updated": "2023-03-13T19:12:11.243201-04:00",
            "created_at": "2023-03-12T10:17:06.108286-04:00",
            "name": "Nashville Predators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f5333a1-f40a-4201-85fe-80f7e112f2b3/?format=api"
        },
        {
            "id": "6aa5b0a2-0088-46ac-b38c-b9194f3d4e23",
            "gambit_id": "3dc24746-82b3-4964-a485-0af064429050",
            "last_updated": "2023-03-13T19:12:11.241141-04:00",
            "created_at": "2023-03-12T10:17:06.106634-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f5333a1-f40a-4201-85fe-80f7e112f2b3/?format=api"
        }
    ]
}