GET /api/bet_types/6844b4a4-7e72-42b1-a1a1-ff625d2371c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6844b4a4-7e72-42b1-a1a1-ff625d2371c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/71891e1c-f379-4e00-8413-e80c3b0ba930/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-07T09:07:56.301686-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": "Game Total Under 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4613c34-f8fc-4f7f-b6c3-b2371189c2a5",
            "gambit_id": "7956dd8d-99a9-4e2d-824c-843b1d11c376",
            "last_updated": "2024-01-09T10:43:23.550965-05:00",
            "created_at": "2024-01-07T09:07:56.309368-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6844b4a4-7e72-42b1-a1a1-ff625d2371c8/?format=api"
        },
        {
            "id": "7432567b-7b15-4a01-b2df-f2daeb1d0d26",
            "gambit_id": "71ecd9d3-2163-4710-977b-b199fa1aa9f0",
            "last_updated": "2024-01-09T10:43:23.554271-05:00",
            "created_at": "2024-01-07T09:07:56.305335-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6844b4a4-7e72-42b1-a1a1-ff625d2371c8/?format=api"
        }
    ]
}