GET /api/bet_types/0bc07c4a-d110-47a4-a7bc-df7a9d21dae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bc07c4a-d110-47a4-a7bc-df7a9d21dae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac125847-8304-43a8-86cf-3b77aa88e48e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:07.061968-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": "SFO (J Brebbia)",
                "amount": 6148.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b8d15ed-86b0-4308-8c14-f82cd9226add",
            "gambit_id": "acccb6e4-bf9d-4a11-aed4-7e8f3c3e5e8b",
            "last_updated": "2023-06-11T11:13:01.391754-04:00",
            "created_at": "2023-06-10T09:38:07.066596-04:00",
            "name": "SFO (J Brebbia)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc07c4a-d110-47a4-a7bc-df7a9d21dae4/?format=api"
        },
        {
            "id": "6b224d12-f64b-4d60-87ef-e2585dc57cb5",
            "gambit_id": "09422422-1a63-428c-9bfc-ba129902504e",
            "last_updated": "2023-06-11T11:13:01.389888-04:00",
            "created_at": "2023-06-10T09:38:07.064527-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc07c4a-d110-47a4-a7bc-df7a9d21dae4/?format=api"
        }
    ]
}