GET /api/bet_types/fadeade7-65e7-4a43-bba2-8618a08774ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fadeade7-65e7-4a43-bba2-8618a08774ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b9af509-81cd-4bed-9e11-9e661f948308/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T17:47:17.294855-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "225ebd6a-e2f4-49dc-8dff-ecf798f3d553",
            "gambit_id": "03bc29b5-122b-46ba-a268-55dacac42bd9",
            "last_updated": "2023-02-12T09:47:17.255696-05:00",
            "created_at": "2023-02-11T17:47:17.297499-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fadeade7-65e7-4a43-bba2-8618a08774ad/?format=api"
        },
        {
            "id": "dfc95b26-5936-42a6-b28f-0d25cd512081",
            "gambit_id": "58b1541e-9208-4c6c-b92d-7ff10a872863",
            "last_updated": "2023-02-12T09:47:17.254533-05:00",
            "created_at": "2023-02-11T17:47:17.296165-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fadeade7-65e7-4a43-bba2-8618a08774ad/?format=api"
        }
    ]
}