GET /api/bet_types/4d5b0e0d-669a-43ec-9ddf-d0d65a4ea6fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d5b0e0d-669a-43ec-9ddf-d0d65a4ea6fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9231b57d-19b1-4a95-8408-78e00e6ee881/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:12.729549-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": 6942.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "b56d3810-9ca4-4341-8d8e-72ca428088cd",
            "gambit_id": "68b2a440-5722-421f-925f-c0fbd68bb511",
            "last_updated": "2023-12-04T15:18:28.695710-05:00",
            "created_at": "2023-12-02T08:28:12.743879-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d5b0e0d-669a-43ec-9ddf-d0d65a4ea6fb/?format=api"
        },
        {
            "id": "f63d8663-daf3-47fc-bdfc-c38decb272dc",
            "gambit_id": "ce1e3087-affa-4cb5-a719-8e79c5075c13",
            "last_updated": "2023-12-04T15:18:28.692588-05:00",
            "created_at": "2023-12-02T08:28:12.736705-05:00",
            "name": "Atlanta Hawks",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d5b0e0d-669a-43ec-9ddf-d0d65a4ea6fb/?format=api"
        }
    ]
}