GET /api/bet_types/59ed4aa7-5bd8-40ce-89f0-9c39f8ae822b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59ed4aa7-5bd8-40ce-89f0-9c39f8ae822b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e297641-70aa-40f6-ab18-ebb66f32e412/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:04.566350-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": 6469.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cbdb96a-e122-4a5b-939c-dea658658b40",
            "gambit_id": "52161225-fcf7-4636-97ad-f5af5a147554",
            "last_updated": "2023-11-13T15:13:32.089745-05:00",
            "created_at": "2023-11-11T08:53:04.570972-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ed4aa7-5bd8-40ce-89f0-9c39f8ae822b/?format=api"
        },
        {
            "id": "a5829c8e-838e-484c-957f-968fe10a0bab",
            "gambit_id": "ac41afcd-b2e3-4f53-9170-4de013f09088",
            "last_updated": "2023-11-13T15:13:32.104647-05:00",
            "created_at": "2023-11-11T08:53:04.575966-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ed4aa7-5bd8-40ce-89f0-9c39f8ae822b/?format=api"
        }
    ]
}