GET /api/bet_types/c8685704-249f-48b4-9e1f-6c9f64b1f701/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8685704-249f-48b4-9e1f-6c9f64b1f701",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0fc7215-dc08-4403-8264-ac95c1ee39a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T18:28:03.671664-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": "SFO",
                "amount": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2eab8eb-05d4-4ac4-8dad-4b952defdd58",
            "gambit_id": "3b1fb12b-980f-45f0-bd8f-ccf53b8dcae1",
            "last_updated": "2023-09-21T09:43:21.626108-04:00",
            "created_at": "2023-09-19T18:28:03.676415-04:00",
            "name": "SFO",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8685704-249f-48b4-9e1f-6c9f64b1f701/?format=api"
        },
        {
            "id": "ca273c41-54c7-4ec9-affd-df082d1a8e15",
            "gambit_id": "89da4299-040a-48c0-9909-90f1f7dbd701",
            "last_updated": "2023-09-21T09:43:21.631158-04:00",
            "created_at": "2023-09-19T18:28:03.681840-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8685704-249f-48b4-9e1f-6c9f64b1f701/?format=api"
        }
    ]
}