GET /api/bet_types/d73a67e9-c69b-49e0-9645-0488ae63d509/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d73a67e9-c69b-49e0-9645-0488ae63d509",
    "match": "https://api-prod.gambitprofit.com/api/matches/75377a8b-fe2d-4113-914e-110ce5070ba1/?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": "LOS (A Heaney)",
                "amount": 6627.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9275.75,
        "profit_sb": 275.75,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b261c76-8062-47b3-87d8-6068c9503c52",
            "gambit_id": "2a352db5-dd30-4c9e-a9c2-821807595a11",
            "last_updated": "2022-09-06T09:22:12.079835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (A Heaney)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d73a67e9-c69b-49e0-9645-0488ae63d509/?format=api"
        },
        {
            "id": "61e97d6c-7c37-40fd-b008-1ccbdf155f3f",
            "gambit_id": "9fd19c86-a103-4a92-9425-a50f6f14e355",
            "last_updated": "2022-09-06T09:22:12.080810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d73a67e9-c69b-49e0-9645-0488ae63d509/?format=api"
        }
    ]
}