GET /api/bet_types/3233a2a1-cbcf-4e0f-b8f0-87bef498cd4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3233a2a1-cbcf-4e0f-b8f0-87bef498cd4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b141482-9d73-4fe8-8058-5c696a3c1117/?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": "LAA",
                "amount": 5205.0
            },
            {
                "team": "NYY",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "28f6d24e-2634-4691-9cef-48b0453d767b",
            "gambit_id": "0533066f-b1e6-4087-b91a-12e52171f997",
            "last_updated": "2022-08-30T09:47:24.516969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3233a2a1-cbcf-4e0f-b8f0-87bef498cd4e/?format=api"
        },
        {
            "id": "531ab6d4-b0c7-44eb-a2ed-4a40b574a75e",
            "gambit_id": "480c1766-4d83-41fc-80fe-d7f0cdee1ee5",
            "last_updated": "2022-08-30T09:47:24.517409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3233a2a1-cbcf-4e0f-b8f0-87bef498cd4e/?format=api"
        }
    ]
}