GET /api/bet_types/18dd34a1-f585-4c8b-a1fe-e598234dece5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18dd34a1-f585-4c8b-a1fe-e598234dece5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0914a320-491e-4040-8255-e6f5aed2443a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:58.780381-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "326d5e46-a73b-4cc3-9eb0-a1f4c106108e",
            "gambit_id": "fca068f6-d236-4343-a959-d5d235109016",
            "last_updated": "2024-02-06T09:28:14.026064-05:00",
            "created_at": "2024-02-04T10:42:58.784608-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18dd34a1-f585-4c8b-a1fe-e598234dece5/?format=api"
        },
        {
            "id": "d074bd47-95a3-4672-acb4-7571363ad42c",
            "gambit_id": "ab316c9a-4e44-48b3-a962-f9d8e370df30",
            "last_updated": "2024-02-06T09:28:14.029651-05:00",
            "created_at": "2024-02-04T10:42:58.789415-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18dd34a1-f585-4c8b-a1fe-e598234dece5/?format=api"
        }
    ]
}