GET /api/bet_types/6814d926-89fa-418b-8cf5-158dc62aa569/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6814d926-89fa-418b-8cf5-158dc62aa569",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd470bd7-0185-4c21-b1e3-1f9e4420dbc3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:00.505161-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": "PIT (B Falter)",
                "amount": 5776.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "26040272-368f-4b19-af0c-02648717125d",
            "gambit_id": "2d2e674f-88a0-4ade-a893-cc69f0451b68",
            "last_updated": "2023-09-13T19:03:19.299881-04:00",
            "created_at": "2023-09-12T09:23:00.513089-04:00",
            "name": "PIT (B Falter)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6814d926-89fa-418b-8cf5-158dc62aa569/?format=api"
        },
        {
            "id": "a612da46-4e96-45dd-be6e-7694553bc486",
            "gambit_id": "2ca4f8f5-df80-4bd5-907d-3c2b87e4f5a6",
            "last_updated": "2023-09-13T19:03:19.296235-04:00",
            "created_at": "2023-09-12T09:23:00.509049-04:00",
            "name": "WAS (J Adon)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6814d926-89fa-418b-8cf5-158dc62aa569/?format=api"
        }
    ]
}