GET /api/bet_types/f9c9d6ea-ad58-4a99-8b1e-5db707ebb9d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9c9d6ea-ad58-4a99-8b1e-5db707ebb9d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8bd61d8-d992-4085-aaac-f3f626b850dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:21.234326-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": "CHC (K Hendricks)",
                "amount": 5377.0
            },
            {
                "team": "SFO (R Walker)",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 9569.61,
        "profit_sb": 69.61,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "a51e053e-583c-46b7-ba2c-188adacc1eda",
            "gambit_id": "7fbf3d89-2d10-42be-ad50-bad3ec325c1d",
            "last_updated": "2023-09-06T13:43:19.837139-04:00",
            "created_at": "2023-09-05T09:53:21.251577-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.78000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c9d6ea-ad58-4a99-8b1e-5db707ebb9d7/?format=api"
        },
        {
            "id": "8bb82311-b12f-451a-a957-90bf749d698f",
            "gambit_id": "1124caf9-4087-463f-8613-dd1fe686d476",
            "last_updated": "2023-09-06T13:43:19.830275-04:00",
            "created_at": "2023-09-05T09:53:21.242872-04:00",
            "name": "SFO (R Walker)",
            "reward": "2.07000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c9d6ea-ad58-4a99-8b1e-5db707ebb9d7/?format=api"
        }
    ]
}