GET /api/bet_types/bd921309-0869-4516-8ae5-eb159dec8d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd921309-0869-4516-8ae5-eb159dec8d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                "amount": 5106.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "92d9e2df-77e5-45f6-8186-7de5186832bb",
            "gambit_id": "540efc76-bba9-40c3-8499-4f88f42780f3",
            "last_updated": "2022-10-24T10:52:22.974153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd921309-0869-4516-8ae5-eb159dec8d2d/?format=api"
        },
        {
            "id": "8abf2241-e0b8-457b-833a-c7e54b76b5db",
            "gambit_id": "6e6813e5-92d7-472d-9708-e05ede06981d",
            "last_updated": "2022-10-24T10:52:22.975104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd921309-0869-4516-8ae5-eb159dec8d2d/?format=api"
        }
    ]
}