GET /api/bet_types/35fb40dd-3905-4506-b568-4622e26541d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35fb40dd-3905-4506-b568-4622e26541d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad4fea14-87e4-4b0c-b94d-6572e2daa503/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:10.776850-04: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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e60b0225-e640-4186-975c-219835407deb",
            "gambit_id": "579a844f-f074-4177-b753-fc01888655df",
            "last_updated": "2023-05-08T11:47:05.222123-04:00",
            "created_at": "2023-05-07T11:57:10.779767-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35fb40dd-3905-4506-b568-4622e26541d6/?format=api"
        },
        {
            "id": "62f73752-34ab-4996-84f6-a4df3f7222e1",
            "gambit_id": "d8557933-ccb7-48f7-88df-763f5e8ec90f",
            "last_updated": "2023-05-08T11:47:05.220663-04:00",
            "created_at": "2023-05-07T11:57:10.778279-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35fb40dd-3905-4506-b568-4622e26541d6/?format=api"
        }
    ]
}