GET /api/bet_types/7fc8d6ff-ddc2-441a-bad4-90d9ac84e363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fc8d6ff-ddc2-441a-bad4-90d9ac84e363",
    "match": "https://api-prod.gambitprofit.com/api/matches/312ff0d1-506d-4694-84d8-8c117e9e5c0c/?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": "Iga Swiatek",
                "amount": 6214.0
            },
            {
                "team": "Ons Jabeur",
                "amount": 3786.0
            }
        ],
        "expected_reward_tokens": 9010.3,
        "profit_sb": 10.3,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7bb2b0f5-41c4-4c6a-a08e-e5c62359c6ee",
            "gambit_id": "f5005d4e-d3c5-431a-99fd-f4a8381052cb",
            "last_updated": "2022-09-11T20:17:23.282570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iga Swiatek",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fc8d6ff-ddc2-441a-bad4-90d9ac84e363/?format=api"
        },
        {
            "id": "ff53f51e-87c3-46fa-80f3-ef82437f956a",
            "gambit_id": "766430cd-56ba-49e4-bd98-2c76299536bd",
            "last_updated": "2022-09-11T20:17:23.281360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ons Jabeur",
            "reward": "2.38000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fc8d6ff-ddc2-441a-bad4-90d9ac84e363/?format=api"
        }
    ]
}