GET /api/bet_types/55bf77a7-1083-4ae0-a01e-49238f8ff027/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55bf77a7-1083-4ae0-a01e-49238f8ff027",
    "match": "https://api-prod.gambitprofit.com/api/matches/cad2242c-7437-404d-ae39-c431bac49cd8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:58.752360-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": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "42b6b50f-d692-488f-ac48-b4668fad6d0f",
            "gambit_id": "e709d3d3-a70c-4d1e-8c2f-dcd985c9d22e",
            "last_updated": "2023-02-04T12:07:02.414944-05:00",
            "created_at": "2023-02-03T09:21:58.755038-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55bf77a7-1083-4ae0-a01e-49238f8ff027/?format=api"
        },
        {
            "id": "8606e1a4-8b30-4cf7-88f7-6c698c4ad843",
            "gambit_id": "ff1edb9f-adc0-49e2-b234-478be8e0fc7c",
            "last_updated": "2023-02-04T12:07:02.413826-05:00",
            "created_at": "2023-02-03T09:21:58.753656-05:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55bf77a7-1083-4ae0-a01e-49238f8ff027/?format=api"
        }
    ]
}