GET /api/bet_types/6dd3ffb7-254d-4810-87bf-b0782f22ee30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dd3ffb7-254d-4810-87bf-b0782f22ee30",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d112bfb-866e-46ad-865b-b35d90cb1b6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T14:37:07.428571-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": "Total Rounds Over 1.5",
                "amount": 6051.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3949.0
            }
        ],
        "expected_reward_tokens": 9318.54,
        "profit_sb": -181.46,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "5db61a39-7c0f-4017-819a-37da0b643f0f",
            "gambit_id": "1af9f2d6-c8da-4baf-8daf-b86fb0c1914f",
            "last_updated": "2023-02-26T12:02:02.979966-05:00",
            "created_at": "2023-02-25T14:37:07.431512-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dd3ffb7-254d-4810-87bf-b0782f22ee30/?format=api"
        },
        {
            "id": "a2c3bce5-d82d-4238-b8e1-2c2e745d910f",
            "gambit_id": "470347c6-4c8a-4bac-8cf4-f094354f3c59",
            "last_updated": "2023-02-26T12:02:02.978831-05:00",
            "created_at": "2023-02-25T14:37:07.430031-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dd3ffb7-254d-4810-87bf-b0782f22ee30/?format=api"
        }
    ]
}