GET /api/bet_types/59e6e41b-c27d-4e32-b356-e5caa125b352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59e6e41b-c27d-4e32-b356-e5caa125b352",
    "match": "https://api-prod.gambitprofit.com/api/matches/8436c807-5544-47fa-9ed6-1ca9759bd23c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T08:18:24.934682-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": "ARI (M Kelly)",
                "amount": 5117.0
            },
            {
                "team": "SEA (L Castillo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb2a0b7d-b57c-47f7-939a-aef5eba74cd4",
            "gambit_id": "4ffc591d-e241-4992-a73d-6803d3940395",
            "last_updated": "2023-07-31T18:08:06.816491-04:00",
            "created_at": "2023-07-30T08:18:24.943506-04:00",
            "name": "ARI (M Kelly)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e6e41b-c27d-4e32-b356-e5caa125b352/?format=api"
        },
        {
            "id": "172ee5f4-3b6a-4cfd-bc3a-27baaefe7044",
            "gambit_id": "146e6c1a-dd54-4912-a30c-f273248fff84",
            "last_updated": "2023-07-31T18:08:06.811711-04:00",
            "created_at": "2023-07-30T08:18:24.938867-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e6e41b-c27d-4e32-b356-e5caa125b352/?format=api"
        }
    ]
}