GET /api/bet_types/59d6a05a-e740-48be-89bf-099e28a9f860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59d6a05a-e740-48be-89bf-099e28a9f860",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9330e00-c683-4a6a-9c53-08def50cade1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T22:58:16.406319-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": "William Gomis",
                "amount": 6469.0
            },
            {
                "team": "Yanis Ghemmouri",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d857cfb0-7729-4182-be73-f5ec20a5344f",
            "gambit_id": "579e9dc9-cd42-472f-ae01-c89d502875b7",
            "last_updated": "2023-09-04T13:48:08.156661-04:00",
            "created_at": "2023-09-01T22:58:16.419333-04:00",
            "name": "William Gomis",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6a05a-e740-48be-89bf-099e28a9f860/?format=api"
        },
        {
            "id": "369e1f5f-559a-4c3c-96be-e110376aa812",
            "gambit_id": "eb48b490-f8b9-49ab-91a4-d47add6f507d",
            "last_updated": "2023-09-04T13:48:08.152505-04:00",
            "created_at": "2023-09-01T22:58:16.413519-04:00",
            "name": "Yanis Ghemmouri",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6a05a-e740-48be-89bf-099e28a9f860/?format=api"
        }
    ]
}