GET /api/bet_types/a5baa025-bff9-462f-a441-87c55ab617b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5baa025-bff9-462f-a441-87c55ab617b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d871db8-7789-4d02-8723-87f24bb2f83c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:06.095318-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": "Buffalo Sabres",
                "amount": 5423.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "77de3236-7e96-4449-99aa-eef41672f319",
            "gambit_id": "d06d3a0c-c4cc-405e-bd7e-95375ca1d478",
            "last_updated": "2023-11-06T09:23:29.463397-05:00",
            "created_at": "2023-11-04T09:48:06.103935-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5baa025-bff9-462f-a441-87c55ab617b9/?format=api"
        },
        {
            "id": "8fefa774-46ff-4bd6-94c9-623bb6de42eb",
            "gambit_id": "3b0e497e-e227-4737-b218-11abad5a5d28",
            "last_updated": "2023-11-06T09:23:29.460073-05:00",
            "created_at": "2023-11-04T09:48:06.099622-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5baa025-bff9-462f-a441-87c55ab617b9/?format=api"
        }
    ]
}