GET /api/bet_types/9d6b1c42-48c4-4c76-a386-8c663e3da4cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d6b1c42-48c4-4c76-a386-8c663e3da4cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/47413ef8-331f-4bb9-a117-3efd48f6d106/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:21.270188-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": "MIL (F Peralta)",
                "amount": 5980.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "57181693-93fc-4786-9897-cab3613977e1",
            "gambit_id": "f2cdd68f-efc3-469d-ab8c-c533a6d61fa5",
            "last_updated": "2023-08-02T19:07:59.346604-04:00",
            "created_at": "2023-08-01T09:03:21.277765-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d6b1c42-48c4-4c76-a386-8c663e3da4cf/?format=api"
        },
        {
            "id": "ca340fab-23b4-49ac-9233-3e378616959c",
            "gambit_id": "045b4af4-08cf-4ed5-831d-69ee225e18de",
            "last_updated": "2023-08-02T19:07:59.350276-04:00",
            "created_at": "2023-08-01T09:03:21.283215-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d6b1c42-48c4-4c76-a386-8c663e3da4cf/?format=api"
        }
    ]
}