GET /api/bet_types/ddd2f8d8-bb07-42de-bac8-c6a7509fd9fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddd2f8d8-bb07-42de-bac8-c6a7509fd9fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d107cfe0-c0d4-4d48-8990-fc2243ec8072/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIL (C Burnes)",
                "amount": 6393.0
            },
            {
                "team": "SFO (S Alexander)",
                "amount": 3607.0
            }
        ],
        "expected_reward_tokens": 9269.85,
        "profit_sb": 269.85,
        "profit_sb_percentage": 3.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb6cd747-cfb0-44ba-9caf-b59276a58575",
            "gambit_id": "1f6020c9-f890-4e5b-814c-41702290c343",
            "last_updated": "2022-09-09T16:12:02.312174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd2f8d8-bb07-42de-bac8-c6a7509fd9fc/?format=api"
        },
        {
            "id": "0f7eca05-88e7-4ca2-8886-5e94f0bb209a",
            "gambit_id": "66db8f31-90b1-4de4-a911-6ccd33d5a457",
            "last_updated": "2022-09-09T16:12:02.313139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (S Alexander)",
            "reward": "2.57000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd2f8d8-bb07-42de-bac8-c6a7509fd9fc/?format=api"
        }
    ]
}