GET /api/bet_types/b4364208-d68f-4dec-834a-af66212fbab7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4364208-d68f-4dec-834a-af66212fbab7",
    "match": "https://api-prod.gambitprofit.com/api/matches/76eabd9c-1b09-473a-aad3-296c010791ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T13:36:50.914847-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": "Toronto Maple Leafs",
                "amount": 5784.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "21916429-84c9-4bfb-b479-50ed4ff963f8",
            "gambit_id": "10678ec1-0329-405d-8a5e-bc5a1badf5eb",
            "last_updated": "2023-04-03T10:17:01.897091-04:00",
            "created_at": "2023-04-01T13:36:50.918482-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4364208-d68f-4dec-834a-af66212fbab7/?format=api"
        },
        {
            "id": "252a14bb-dcb6-4ce4-80ab-2d359cab12a3",
            "gambit_id": "0b1a6e34-a4d3-4524-a501-34cddb15b6aa",
            "last_updated": "2023-04-03T10:17:01.894939-04:00",
            "created_at": "2023-04-01T13:36:50.916488-04:00",
            "name": "Ottawa Senators",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4364208-d68f-4dec-834a-af66212fbab7/?format=api"
        }
    ]
}