GET /api/bet_types/531846e2-65d0-40a9-8209-4f9e24a58d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "531846e2-65d0-40a9-8209-4f9e24a58d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/414e5e78-6d98-4619-b915-5bda08dc59a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:01.286230-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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d01b11d-0a75-4022-935d-67d6378660a3",
            "gambit_id": "7d5ceab3-d7dd-448a-8dfb-e87b318441f8",
            "last_updated": "2023-02-24T11:47:03.120374-05:00",
            "created_at": "2023-02-23T09:07:01.287466-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531846e2-65d0-40a9-8209-4f9e24a58d4c/?format=api"
        },
        {
            "id": "9b5e1007-5eb7-4292-bcb2-0a2db03a497d",
            "gambit_id": "5c7a2863-4748-48c4-811d-04c28927e17d",
            "last_updated": "2023-02-24T11:47:03.121518-05:00",
            "created_at": "2023-02-23T09:07:01.288751-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531846e2-65d0-40a9-8209-4f9e24a58d4c/?format=api"
        }
    ]
}