GET /api/bet_types/d3a47da7-a862-4033-a535-e572dfeaff69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3a47da7-a862-4033-a535-e572dfeaff69",
    "match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?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": "Air Force",
                "amount": 7036.0
            },
            {
                "team": "Army",
                "amount": 2964.0
            }
        ],
        "expected_reward_tokens": 9217.16,
        "profit_sb": 217.16,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "6dc6fa8d-6dfa-4787-9007-593d2fe0c9a5",
            "gambit_id": "74198dff-05f1-4937-8c8f-70065a03bd7c",
            "last_updated": "2022-11-06T08:07:40.234841-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a47da7-a862-4033-a535-e572dfeaff69/?format=api"
        },
        {
            "id": "1f80d187-b3fe-4a05-ac6d-a74dd555f840",
            "gambit_id": "0bd21b96-296c-4c57-8888-45a92f19ab1b",
            "last_updated": "2022-11-06T08:07:40.233865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "3.11000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a47da7-a862-4033-a535-e572dfeaff69/?format=api"
        }
    ]
}