GET /api/bet_types/e6cbbddc-f4e8-47b4-8e70-d1e826a5af00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6cbbddc-f4e8-47b4-8e70-d1e826a5af00",
    "match": "https://api-prod.gambitprofit.com/api/matches/153b70fa-3326-40e8-8b34-9ca3f8279bdb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:23.577296-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": "NYY (C Schmidt)",
                "amount": 6434.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e9ae4fd-c311-41b9-b4f9-46d09222d60c",
            "gambit_id": "3f1e4d90-8092-419e-913c-9a990deaeaba",
            "last_updated": "2023-07-22T11:33:24.018139-04:00",
            "created_at": "2023-07-21T08:53:23.580274-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6cbbddc-f4e8-47b4-8e70-d1e826a5af00/?format=api"
        },
        {
            "id": "0fda060c-6d79-43e3-a512-f5bd099f59f8",
            "gambit_id": "953dd990-a0da-4398-b4bd-4bdafa018028",
            "last_updated": "2023-07-22T11:33:24.014026-04:00",
            "created_at": "2023-07-21T08:53:23.578775-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6cbbddc-f4e8-47b4-8e70-d1e826a5af00/?format=api"
        }
    ]
}