GET /api/bet_types/b6d9fac8-7c84-4fb1-a069-812a53160c9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6d9fac8-7c84-4fb1-a069-812a53160c9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0484ffa6-64ea-4fc6-96e1-40397c820237/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-18T08:53:09.530196-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1de2dd3-e75e-49d6-b043-a4398b37c7c6",
            "gambit_id": "3106fe66-d37f-4ce1-ba0a-656be183aa1d",
            "last_updated": "2023-07-19T10:28:11.963191-04:00",
            "created_at": "2023-07-18T08:53:09.531757-04:00",
            "name": "Game Total Over 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6d9fac8-7c84-4fb1-a069-812a53160c9a/?format=api"
        },
        {
            "id": "5faa89ea-b614-47f1-89e6-01673112fcaa",
            "gambit_id": "0a3a2ae3-bbf9-451d-a3de-10f2664d789c",
            "last_updated": "2023-07-19T10:28:11.965155-04:00",
            "created_at": "2023-07-18T08:53:09.533254-04:00",
            "name": "Game Total Under 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6d9fac8-7c84-4fb1-a069-812a53160c9a/?format=api"
        }
    ]
}