GET /api/bet_types/4e68cf62-29c9-4aec-a349-20cb7e1b560e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e68cf62-29c9-4aec-a349-20cb7e1b560e",
    "match": "https://api-prod.gambitprofit.com/api/matches/19838a2c-44a5-4c23-910d-06605af44118/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:15.658157-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": "WAS",
                "amount": 6163.0
            },
            {
                "team": "COL",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1913ee8-4f72-448a-842e-97bc8da66867",
            "gambit_id": "2b55427f-4902-466e-94e3-8c65c6753b1f",
            "last_updated": "2023-04-08T15:42:26.995398-04:00",
            "created_at": "2023-04-07T09:27:15.662576-04:00",
            "name": "WAS",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e68cf62-29c9-4aec-a349-20cb7e1b560e/?format=api"
        },
        {
            "id": "a9b0ddb9-1cd8-42fb-b37b-7e2b3fe90d5c",
            "gambit_id": "cdd9c8f1-7f43-45aa-9f32-df1883a5289d",
            "last_updated": "2023-04-08T15:42:26.992493-04:00",
            "created_at": "2023-04-07T09:27:15.660360-04:00",
            "name": "COL",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e68cf62-29c9-4aec-a349-20cb7e1b560e/?format=api"
        }
    ]
}