GET /api/bet_types/ddb7ae00-5f93-475b-96e5-aa8b5a024cf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddb7ae00-5f93-475b-96e5-aa8b5a024cf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d811fc4f-1784-4277-8c36-5259596aa78f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:13.823545-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": 5699.0
            },
            {
                "team": "MIN",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b5d7522-c664-49ca-a021-c6e78bef2b48",
            "gambit_id": "f684c4b6-27b9-4953-9b04-72b287db0704",
            "last_updated": "2023-05-20T10:52:03.697816-04:00",
            "created_at": "2023-05-19T11:02:13.824986-04:00",
            "name": "LAA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddb7ae00-5f93-475b-96e5-aa8b5a024cf7/?format=api"
        },
        {
            "id": "b4ee4cdf-a6f3-4a3c-9c23-2b420b17d50b",
            "gambit_id": "244f6524-7f5d-487d-ad07-be589aa8ee2f",
            "last_updated": "2023-05-20T10:52:03.699317-04:00",
            "created_at": "2023-05-19T11:02:13.826647-04:00",
            "name": "MIN",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddb7ae00-5f93-475b-96e5-aa8b5a024cf7/?format=api"
        }
    ]
}