GET /api/bet_types/b8bcf6d5-d5cf-49ba-af35-673054d4eba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8bcf6d5-d5cf-49ba-af35-673054d4eba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/77bf5a25-26be-4f8e-b235-a7a71084a6b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:14.800800-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": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa15c711-ecab-47fb-b1ae-9798db6ca1a3",
            "gambit_id": "76b8a54a-85eb-472b-8f4a-6edb3fc6c769",
            "last_updated": "2023-11-16T14:38:17.269226-05:00",
            "created_at": "2023-11-15T09:18:14.805758-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8bcf6d5-d5cf-49ba-af35-673054d4eba8/?format=api"
        },
        {
            "id": "d7832fa5-8b4b-46eb-8376-1fca16248e7b",
            "gambit_id": "4ea7d3c2-c8bf-4251-a6c3-1f2be695c600",
            "last_updated": "2023-11-16T14:38:17.272478-05:00",
            "created_at": "2023-11-15T09:18:14.809950-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8bcf6d5-d5cf-49ba-af35-673054d4eba8/?format=api"
        }
    ]
}