GET /api/bet_types/c73c085f-c768-4a17-902d-e46849e3e132/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c73c085f-c768-4a17-902d-e46849e3e132",
    "match": "https://api-prod.gambitprofit.com/api/matches/72efbc6e-a648-495b-82ea-1c41e0c94ae0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:29.285711-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": "CWS (D Cease)",
                "amount": 5117.0
            },
            {
                "team": "STL (J Montgomery)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "24490324-f35a-4ad6-a663-750cc8f1b7a1",
            "gambit_id": "f80ac98b-a019-4361-9641-a7b81c094757",
            "last_updated": "2023-07-09T20:28:24.243266-04:00",
            "created_at": "2023-07-07T11:33:29.289130-04:00",
            "name": "CWS (D Cease)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73c085f-c768-4a17-902d-e46849e3e132/?format=api"
        },
        {
            "id": "0387747c-f9f0-4493-8ff0-a9ab1629732d",
            "gambit_id": "16d1ba9f-1eec-42c5-bcaf-f4901fabb362",
            "last_updated": "2023-07-09T20:28:24.240105-04:00",
            "created_at": "2023-07-07T11:33:29.287225-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c73c085f-c768-4a17-902d-e46849e3e132/?format=api"
        }
    ]
}