GET /api/bet_types/89f45389-78e0-456b-9a77-ade3e5e35270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f45389-78e0-456b-9a77-ade3e5e35270",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee6299d7-76a5-4a53-a5a1-d5719dfc8cba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:21.882467-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": "NYM",
                "amount": 5773.0
            },
            {
                "team": "MIA",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d25b1b17-71ef-4089-83d1-eb47ce5c7331",
            "gambit_id": "62a18540-9744-428b-88d2-518db844552c",
            "last_updated": "2023-09-28T19:13:19.236718-04:00",
            "created_at": "2023-09-26T08:58:21.892198-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f45389-78e0-456b-9a77-ade3e5e35270/?format=api"
        },
        {
            "id": "d5b33767-0ff0-4bc9-81f4-397744eb2019",
            "gambit_id": "29d37f46-8a9f-492a-8161-f1c5f3ff5cae",
            "last_updated": "2023-09-28T19:13:19.233243-04:00",
            "created_at": "2023-09-26T08:58:21.887856-04:00",
            "name": "MIA",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f45389-78e0-456b-9a77-ade3e5e35270/?format=api"
        }
    ]
}