GET /api/bet_types/eb681312-4821-4e9a-b6d2-bec0094601fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb681312-4821-4e9a-b6d2-bec0094601fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/057f42f9-480a-416a-9597-30537ef1e15a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:49.131347-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d730371-f2a8-4fdf-bae0-42d28ff0838a",
            "gambit_id": "049bdcf1-29b9-43e3-b3d7-a1719a84fcfe",
            "last_updated": "2023-01-14T10:42:23.391635-05:00",
            "created_at": "2023-01-13T09:11:49.132536-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb681312-4821-4e9a-b6d2-bec0094601fb/?format=api"
        },
        {
            "id": "62f193d1-bd72-408e-aaa4-2762a66dec5a",
            "gambit_id": "867d87ca-2a2f-41f2-afa9-451d5af8eb9b",
            "last_updated": "2023-01-14T10:42:23.394061-05:00",
            "created_at": "2023-01-13T09:11:49.133808-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb681312-4821-4e9a-b6d2-bec0094601fb/?format=api"
        }
    ]
}