GET /api/bet_types/d6e9a20e-535e-4eeb-b640-6ecf5ac34959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6e9a20e-535e-4eeb-b640-6ecf5ac34959",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d3305c7-7892-4f06-9d5d-56a5e46dbf6c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:06:57.192031-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bf345aa-9a83-4297-a865-396abcd2cd53",
            "gambit_id": "db52e84f-9233-452f-a864-b997d33f9db3",
            "last_updated": "2023-04-23T18:32:12.662854-04:00",
            "created_at": "2023-04-22T13:06:57.196391-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e9a20e-535e-4eeb-b640-6ecf5ac34959/?format=api"
        },
        {
            "id": "a3b2ec7d-a42b-4376-8c7e-2de5584eb3bb",
            "gambit_id": "31c2cba8-bd29-4153-91ee-dd709bc5578a",
            "last_updated": "2023-04-23T18:32:12.661351-04:00",
            "created_at": "2023-04-22T13:06:57.193547-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e9a20e-535e-4eeb-b640-6ecf5ac34959/?format=api"
        }
    ]
}