GET /api/bet_types/0018be0f-5b9a-4bc9-80d8-70f217f30a1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0018be0f-5b9a-4bc9-80d8-70f217f30a1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/174e78ec-b614-44c3-b352-039b0e0f46cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T09:13:25.269999-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": "SEA",
                "amount": 6232.0
            },
            {
                "team": "TEX",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5771439-9ea9-410b-a25b-4301ed9daae5",
            "gambit_id": "c8596d45-4da4-4237-8a93-9094776b0273",
            "last_updated": "2023-09-26T09:17:58.351717-04:00",
            "created_at": "2023-09-24T09:13:25.274899-04:00",
            "name": "SEA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0018be0f-5b9a-4bc9-80d8-70f217f30a1f/?format=api"
        },
        {
            "id": "21ade788-ec14-430e-a1d6-5bd833a650d9",
            "gambit_id": "7dd13347-7c49-4c93-8c47-a23554f9c5e7",
            "last_updated": "2023-09-26T09:17:58.355510-04:00",
            "created_at": "2023-09-24T09:13:25.278712-04:00",
            "name": "TEX",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0018be0f-5b9a-4bc9-80d8-70f217f30a1f/?format=api"
        }
    ]
}