GET /api/bet_types/be50ba72-fe86-4780-ab55-c75374579ae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be50ba72-fe86-4780-ab55-c75374579ae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d7f436e-3b43-4a12-9178-52e030c6d134/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -104.53,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "7746d0b0-a6a0-4120-a906-4829b37fce38",
            "gambit_id": "d5d927a9-6939-4a60-a8a7-fb79d2c8b5b9",
            "last_updated": "2022-11-02T21:07:11.395308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be50ba72-fe86-4780-ab55-c75374579ae8/?format=api"
        },
        {
            "id": "9d8d89c2-1605-4e34-9294-e4c89ac3f3a9",
            "gambit_id": "97c86f9c-c787-493e-8f15-2d20aced8094",
            "last_updated": "2022-11-02T21:07:11.394166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be50ba72-fe86-4780-ab55-c75374579ae8/?format=api"
        }
    ]
}