GET /api/bet_types/3fb30839-f901-407a-a06b-def59d66c94d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fb30839-f901-407a-a06b-def59d66c94d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a67a6d8-2b7d-4ba5-ba6e-18c9714a998c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T14:58:02.169618-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": "LAA",
                "amount": 5857.0
            },
            {
                "team": "DET",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "df608324-27ac-43e7-8bcb-a1fc87a87f38",
            "gambit_id": "62127c94-2dd5-4aaf-a288-a89277dfd26a",
            "last_updated": "2023-09-18T22:48:08.418985-04:00",
            "created_at": "2023-09-17T14:58:02.179519-04:00",
            "name": "LAA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb30839-f901-407a-a06b-def59d66c94d/?format=api"
        },
        {
            "id": "fd86c724-df4f-49a2-9958-26c39c4610e2",
            "gambit_id": "7ac62793-0612-49b9-8d2f-839cfed278a5",
            "last_updated": "2023-09-18T22:48:08.411934-04:00",
            "created_at": "2023-09-17T14:58:02.174320-04:00",
            "name": "DET",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb30839-f901-407a-a06b-def59d66c94d/?format=api"
        }
    ]
}