GET /api/bet_types/0ca04bdb-7955-4537-96aa-f774903c3dc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ca04bdb-7955-4537-96aa-f774903c3dc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7daad6ba-bff5-439e-91a8-34436a9637a4/?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": "Las Vegas Raiders",
                "amount": 5492.0
            },
            {
                "team": "New England Patriots",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0982d9d-2b1a-48de-9566-6e439045640c",
            "gambit_id": "30ac7718-154a-49d2-980c-a3e791aa7151",
            "last_updated": "2022-12-19T13:32:07.314649-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca04bdb-7955-4537-96aa-f774903c3dc7/?format=api"
        },
        {
            "id": "c884fff3-8e57-4387-822f-c43007c158cf",
            "gambit_id": "3ec37aa0-9d68-4684-919d-dbce72ef9755",
            "last_updated": "2022-12-19T13:32:07.315782-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca04bdb-7955-4537-96aa-f774903c3dc7/?format=api"
        }
    ]
}