GET /api/bet_types/dc6d4e4b-97db-414a-8884-131a5c84065c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc6d4e4b-97db-414a-8884-131a5c84065c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0563fe50-1498-416b-8f92-2f96f46ae19c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:14.888708-04: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": "LAA",
                "amount": 5857.0
            },
            {
                "team": "DET",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2de904cd-c318-434e-ab85-13d77a3c1b41",
            "gambit_id": "ca463f7b-7d77-4823-b440-a35e339c30e5",
            "last_updated": "2023-09-18T08:58:25.454864-04:00",
            "created_at": "2023-09-16T09:23:14.897475-04:00",
            "name": "LAA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc6d4e4b-97db-414a-8884-131a5c84065c/?format=api"
        },
        {
            "id": "3333ee66-a086-4167-b412-9b6943f60d66",
            "gambit_id": "226c9e04-e6c2-4a96-ba4c-bef8485973ba",
            "last_updated": "2023-09-18T08:58:25.442981-04:00",
            "created_at": "2023-09-16T09:23:14.893166-04:00",
            "name": "DET",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc6d4e4b-97db-414a-8884-131a5c84065c/?format=api"
        }
    ]
}