GET /api/bet_types/d525e30f-d1fe-4278-8a7e-fc6ea3edd4af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d525e30f-d1fe-4278-8a7e-fc6ea3edd4af",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac76f929-c809-4a22-9a4d-18e7a45e02dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:18.069779-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "453d5544-4704-42fa-b10f-e72ba94e715d",
            "gambit_id": "381e1c5f-e228-47b6-9bc0-003155e4515c",
            "last_updated": "2023-03-04T16:22:14.489562-05:00",
            "created_at": "2023-03-03T08:07:18.071657-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d525e30f-d1fe-4278-8a7e-fc6ea3edd4af/?format=api"
        },
        {
            "id": "f049279b-614b-4ba7-b04d-d32ed43c2171",
            "gambit_id": "e13acb4c-b9f6-48fc-b3f5-48c84b9b1866",
            "last_updated": "2023-03-04T16:22:14.490698-05:00",
            "created_at": "2023-03-03T08:07:18.073104-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d525e30f-d1fe-4278-8a7e-fc6ea3edd4af/?format=api"
        }
    ]
}