GET /api/bet_types/704624ac-2640-46ed-9e51-31388a20b93e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704624ac-2640-46ed-9e51-31388a20b93e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1c302c9-d1d9-4087-a74c-32652dad8e82/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Aryna Sabalenka",
                "amount": 5153.0
            },
            {
                "team": "Karolina Pliskova",
                "amount": 4847.0
            }
        ],
        "expected_reward_tokens": 8966.22,
        "profit_sb": -33.78,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "028df1b1-a226-481c-b3d5-aee5ab60e84c",
            "gambit_id": "6f206e2f-7df4-4e16-8698-1b50711d2ebc",
            "last_updated": "2022-09-08T19:17:15.389729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aryna Sabalenka",
            "reward": "1.74000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704624ac-2640-46ed-9e51-31388a20b93e/?format=api"
        },
        {
            "id": "b67373d6-ddce-46bf-8726-4bba39fe8222",
            "gambit_id": "af285ef4-0299-4bd0-b148-b9b0ad66eda1",
            "last_updated": "2022-09-08T19:17:15.390845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Karolina Pliskova",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704624ac-2640-46ed-9e51-31388a20b93e/?format=api"
        }
    ]
}