GET /api/bet_types/0de855d7-ce13-4771-b121-19a59d2f7143/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0de855d7-ce13-4771-b121-19a59d2f7143",
    "match": "https://api-prod.gambitprofit.com/api/matches/635cea9f-4774-41df-bd95-62ad519a956b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:04.484220-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "33a54f47-99e8-4dae-890f-bd2af1c8ce13",
            "gambit_id": "edf9d4f7-94b4-4836-8300-42d82ab9d295",
            "last_updated": "2023-06-11T10:28:00.672123-04:00",
            "created_at": "2023-06-10T09:38:04.486320-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0de855d7-ce13-4771-b121-19a59d2f7143/?format=api"
        },
        {
            "id": "276f660f-2a4d-489a-8fe7-c5602492a337",
            "gambit_id": "8cb74de7-1c03-4158-9e67-ee576eadcc13",
            "last_updated": "2023-06-11T10:28:00.674233-04:00",
            "created_at": "2023-06-10T09:38:04.489022-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0de855d7-ce13-4771-b121-19a59d2f7143/?format=api"
        }
    ]
}