GET /api/bet_types/4927bf32-81fd-4406-98e4-4f05b3e6fb03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4927bf32-81fd-4406-98e4-4f05b3e6fb03",
    "match": "https://api-prod.gambitprofit.com/api/matches/811f556e-cb53-40d1-a717-890dae522c5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:15.957102-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": "New York Rangers",
                "amount": 7024.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7b45575-5b3a-47ec-862c-b9457539db80",
            "gambit_id": "93d8e36b-0510-4bd4-a2d2-bf0f7199ebc9",
            "last_updated": "2023-05-02T11:52:09.166428-04:00",
            "created_at": "2023-05-01T12:27:15.960027-04:00",
            "name": "New York Rangers",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4927bf32-81fd-4406-98e4-4f05b3e6fb03/?format=api"
        },
        {
            "id": "43aa0ea2-55b2-4a0a-a383-dea649789570",
            "gambit_id": "6fcc6399-f221-40ef-b0cf-d3dd6b62ac43",
            "last_updated": "2023-05-02T11:52:09.165100-04:00",
            "created_at": "2023-05-01T12:27:15.958516-04:00",
            "name": "New Jersey Devils",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4927bf32-81fd-4406-98e4-4f05b3e6fb03/?format=api"
        }
    ]
}