GET /api/bet_types/cfd7ce77-b154-41bc-b069-3874d3061a00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfd7ce77-b154-41bc-b069-3874d3061a00",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9abc5fd-3739-4ac2-b43b-6f0b7785fa36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:09.060212-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": "Boston Celtics",
                "amount": 6324.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7043fd7-4730-4bed-9a14-cc40b0ce0552",
            "gambit_id": "d329c1b2-4c90-47b2-a3c8-c14c01a329b7",
            "last_updated": "2023-12-30T21:48:21.273052-05:00",
            "created_at": "2023-12-29T09:58:09.069260-05:00",
            "name": "Boston Celtics",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd7ce77-b154-41bc-b069-3874d3061a00/?format=api"
        },
        {
            "id": "37b13962-c431-46bb-a25e-91bfa6aad7c0",
            "gambit_id": "ce62bb49-bf44-4f56-b128-82435ccba383",
            "last_updated": "2023-12-30T21:48:21.269987-05:00",
            "created_at": "2023-12-29T09:58:09.064329-05:00",
            "name": "Toronto Raptors",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd7ce77-b154-41bc-b069-3874d3061a00/?format=api"
        }
    ]
}