GET /api/bet_types/52afe2d3-e5e3-4fa7-9922-820f7a8b7b79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52afe2d3-e5e3-4fa7-9922-820f7a8b7b79",
    "match": "https://api-prod.gambitprofit.com/api/matches/db99ce9c-21a1-4cd1-8697-3e8ccdb9749d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:03.636160-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": "Buffalo Bills",
                "amount": 8417.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 1583.0
            }
        ],
        "expected_reward_tokens": 9511.21,
        "profit_sb": 11.21,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "6930cb98-e047-48ea-a367-634491ea12b1",
            "gambit_id": "4cb3d448-ae41-463a-9123-ba8af39f387a",
            "last_updated": "2023-12-26T15:38:09.759268-05:00",
            "created_at": "2023-12-20T11:13:03.640742-05:00",
            "name": "Buffalo Bills",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52afe2d3-e5e3-4fa7-9922-820f7a8b7b79/?format=api"
        },
        {
            "id": "83f33f1d-3a5f-40b0-abd7-c9196e415d0d",
            "gambit_id": "499ce4a7-0fe8-47f4-83d5-5850636b039f",
            "last_updated": "2023-12-26T15:38:09.762409-05:00",
            "created_at": "2023-12-20T11:13:03.644820-05:00",
            "name": "Los Angeles Chargers",
            "reward": "6.01000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52afe2d3-e5e3-4fa7-9922-820f7a8b7b79/?format=api"
        }
    ]
}