GET /api/bet_types/d600682d-9b21-49e1-ad71-ee3ea862d23f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d600682d-9b21-49e1-ad71-ee3ea862d23f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cffd7ee-a73b-47db-a111-36b1cb3d78ea/?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": "CHC (D Smyly)",
                "amount": 5807.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 4193.0
            }
        ],
        "expected_reward_tokens": 9349.27,
        "profit_sb": 349.27,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "68164f7c-1c99-4061-9fb2-d41fef26f651",
            "gambit_id": "29eb2eed-fcb5-4432-af9c-706724514005",
            "last_updated": "2022-08-18T10:36:50.031069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d600682d-9b21-49e1-ad71-ee3ea862d23f/?format=api"
        },
        {
            "id": "7e7c82c0-8d9c-441b-9213-f2d99d73c1d3",
            "gambit_id": "07017959-b7ed-4848-8010-86d47a5415b8",
            "last_updated": "2022-08-18T10:36:50.030621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d600682d-9b21-49e1-ad71-ee3ea862d23f/?format=api"
        }
    ]
}