GET /api/bet_types/75171633-fb1b-4d20-9510-e7fc5d34ccf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75171633-fb1b-4d20-9510-e7fc5d34ccf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a16a950e-77ed-4fcb-b7c9-2b13bab69634/?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": "OAK",
                "amount": 5501.0
            },
            {
                "team": "BAL",
                "amount": 4499.0
            }
        ],
        "expected_reward_tokens": 9131.66,
        "profit_sb": 131.66,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf352f30-2c9f-47a2-91aa-733250af4050",
            "gambit_id": "3f7a4e1b-ac6c-4971-82a1-ab48b4a7e3c9",
            "last_updated": "2022-09-05T13:47:14.779353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75171633-fb1b-4d20-9510-e7fc5d34ccf3/?format=api"
        },
        {
            "id": "3f1c5ce0-02dc-4c13-9138-165705d5a0a1",
            "gambit_id": "a119d281-34b0-4d63-a752-2ca26d9caa93",
            "last_updated": "2022-09-05T13:47:14.778395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75171633-fb1b-4d20-9510-e7fc5d34ccf3/?format=api"
        }
    ]
}