GET /api/bet_types/d860f322-1e5a-4579-8ea1-3d0620ab044f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d860f322-1e5a-4579-8ea1-3d0620ab044f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f53f835-d40c-428b-b2f4-989eeeb59ba8/?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": "New York Giants",
                "amount": 6042.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ccf03e9f-2b17-4ab0-a3f6-5097f04bfb6d",
            "gambit_id": "484a9f04-9df0-422f-bfc6-add9890a9c1b",
            "last_updated": "2022-11-21T15:53:16.045387-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d860f322-1e5a-4579-8ea1-3d0620ab044f/?format=api"
        },
        {
            "id": "d5132497-1af5-4a76-b928-a43c9cc39b20",
            "gambit_id": "1530519a-7364-4f20-b356-93c172e64335",
            "last_updated": "2022-11-21T15:53:16.046479-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d860f322-1e5a-4579-8ea1-3d0620ab044f/?format=api"
        }
    ]
}