GET /api/bet_types/1428358c-a4a8-4f7c-8e42-07c75b556d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1428358c-a4a8-4f7c-8e42-07c75b556d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T09:12:19.751133-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": "Milwaukee Bucks",
                "amount": 7858.0
            },
            {
                "team": "Boston Celtics",
                "amount": 2142.0
            }
        ],
        "expected_reward_tokens": 9508.18,
        "profit_sb": 8.18,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e36397d-d5d9-45c3-9245-614708b7a974",
            "gambit_id": "cd9510cc-be6c-48aa-9083-0f128b283d6c",
            "last_updated": "2023-02-15T10:46:58.040319-05:00",
            "created_at": "2023-02-14T09:12:19.753577-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.21000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1428358c-a4a8-4f7c-8e42-07c75b556d5e/?format=api"
        },
        {
            "id": "1c925611-5318-4a27-bfdb-2059c9bde6b6",
            "gambit_id": "35379f61-a269-4dcd-b843-d254ce3c358c",
            "last_updated": "2023-02-15T10:46:58.039161-05:00",
            "created_at": "2023-02-14T09:12:19.752353-05:00",
            "name": "Boston Celtics",
            "reward": "4.44000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1428358c-a4a8-4f7c-8e42-07c75b556d5e/?format=api"
        }
    ]
}