GET /api/bet_types/d5ca5e1b-5436-422f-9934-5c7b0f6d5faa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5ca5e1b-5436-422f-9934-5c7b0f6d5faa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dfd22dd-d2f2-4c52-8cd6-3d08f250a65f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.506656-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": "Vegas Golden Knights",
                "amount": 5699.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c2a6272-8120-4645-8cb0-a0c4b71e91e2",
            "gambit_id": "91638c01-11a4-43a0-a1e3-3fb4642b8ba7",
            "last_updated": "2023-03-13T13:17:01.572188-04:00",
            "created_at": "2023-03-11T09:32:14.509322-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ca5e1b-5436-422f-9934-5c7b0f6d5faa/?format=api"
        },
        {
            "id": "c5810a66-736e-4184-86c2-a88cee4e7daa",
            "gambit_id": "7c71acbd-d024-4d9b-9ab6-4ccfa8c887b6",
            "last_updated": "2023-03-13T13:17:01.569862-04:00",
            "created_at": "2023-03-11T09:32:14.507951-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ca5e1b-5436-422f-9934-5c7b0f6d5faa/?format=api"
        }
    ]
}