GET /api/bet_types/b6c93fdd-b1ca-4af2-b842-06cd73939964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6c93fdd-b1ca-4af2-b842-06cd73939964",
    "match": "https://api-prod.gambitprofit.com/api/matches/c021e1e5-5d71-4fe7-838e-8c03a3d2c992/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-25T08:58:20.273409-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": "TEX (J Gray)",
                "amount": 6232.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0ca4652-d962-4a49-b32f-c35cd98fc64c",
            "gambit_id": "2c8c9973-b51f-4b36-b123-6f1502f144c2",
            "last_updated": "2023-09-26T10:03:06.781122-04:00",
            "created_at": "2023-09-25T08:58:20.277862-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c93fdd-b1ca-4af2-b842-06cd73939964/?format=api"
        },
        {
            "id": "80191f26-3dd2-425f-8e1e-788491c36e56",
            "gambit_id": "2c512b72-dcdf-4fa7-9bf4-f1d109765378",
            "last_updated": "2023-09-26T10:03:06.785042-04:00",
            "created_at": "2023-09-25T08:58:20.282145-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c93fdd-b1ca-4af2-b842-06cd73939964/?format=api"
        }
    ]
}