GET /api/bet_types/97c69ade-d777-4918-b02a-6ff25e9597a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97c69ade-d777-4918-b02a-6ff25e9597a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cca63746-94f9-4ae1-9326-84ca713dd650/?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": "Buffalo Bills",
                "amount": 8048.0
            },
            {
                "team": "New York Jets",
                "amount": 1952.0
            }
        ],
        "expected_reward_tokens": 9252.48,
        "profit_sb": 252.48,
        "profit_sb_percentage": 2.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "a4197927-dbc1-451a-9550-eb653b87f65b",
            "gambit_id": "d59495b1-cba5-4857-a50e-a1e06707bc83",
            "last_updated": "2022-11-07T10:03:37.834371-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.15000",
            "odds": "1.17240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c69ade-d777-4918-b02a-6ff25e9597a5/?format=api"
        },
        {
            "id": "eb39a905-d44e-4ed2-8fe4-a2fae011ce24",
            "gambit_id": "7a35b1c1-8d7f-476b-b165-5f2fd863c610",
            "last_updated": "2022-11-07T10:03:37.833253-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "4.74000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c69ade-d777-4918-b02a-6ff25e9597a5/?format=api"
        }
    ]
}