GET /api/bet_types/6a53f16d-086b-4890-b7ec-26d476f0d9f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a53f16d-086b-4890-b7ec-26d476f0d9f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d380d63-b993-4531-adb7-90a69c8c658d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:10.164576-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": "Orlando Magic",
                "amount": 8182.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1818.0
            }
        ],
        "expected_reward_tokens": 9489.96,
        "profit_sb": -10.04,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "93ad18c2-3768-42e2-93d3-20ef3080b776",
            "gambit_id": "e6491967-dc1e-4637-9a96-d59518220f00",
            "last_updated": "2023-04-03T20:17:11.820187-04:00",
            "created_at": "2023-04-02T09:57:10.166328-04:00",
            "name": "Orlando Magic",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a53f16d-086b-4890-b7ec-26d476f0d9f5/?format=api"
        },
        {
            "id": "39abb78b-633f-41dd-92f4-7c3128cfb513",
            "gambit_id": "5cad918c-0cec-4079-b6eb-27a483d2067b",
            "last_updated": "2023-04-03T20:17:11.823446-04:00",
            "created_at": "2023-04-02T09:57:10.171915-04:00",
            "name": "Detroit Pistons",
            "reward": "5.22000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a53f16d-086b-4890-b7ec-26d476f0d9f5/?format=api"
        }
    ]
}