GET /api/bet_types/fc467a95-48fa-4d3d-86f4-1e1fb9982b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc467a95-48fa-4d3d-86f4-1e1fb9982b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/5187205f-be2c-4243-871e-52e496f8877d/?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": "Los Angeles Dodgers",
                "amount": 5696.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c89ff80-650e-4824-89c9-06c0968bdaca",
            "gambit_id": "7bd455cc-eea4-4b02-a5b6-1df0873aaca9",
            "last_updated": "2022-10-06T10:12:07.407766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc467a95-48fa-4d3d-86f4-1e1fb9982b67/?format=api"
        },
        {
            "id": "b5816ae6-3393-4d8f-9eb8-a214f5a0281e",
            "gambit_id": "abcaadd1-e839-4b0a-82af-e04c692a7edc",
            "last_updated": "2022-10-06T10:12:07.408762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rockies",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc467a95-48fa-4d3d-86f4-1e1fb9982b67/?format=api"
        }
    ]
}