GET /api/bet_types/c4c8ea96-c5b3-4a97-bd6a-5eb5368f2b91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4c8ea96-c5b3-4a97-bd6a-5eb5368f2b91",
    "match": "https://api-prod.gambitprofit.com/api/matches/67c3c3b3-aa75-46e8-a31b-59b6ea2286ad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T08:28:07.792477-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 Under 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8dd85b54-1864-4a98-9bf4-482acfef647b",
            "gambit_id": "6be39494-c20c-45db-896f-a85c14ac65dc",
            "last_updated": "2023-08-10T10:23:25.035932-04:00",
            "created_at": "2023-08-08T08:28:07.803341-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c8ea96-c5b3-4a97-bd6a-5eb5368f2b91/?format=api"
        },
        {
            "id": "c73c0422-478c-4ba7-ace1-153af0a2f608",
            "gambit_id": "5f3ff14d-8220-449d-b66d-9c6f022af272",
            "last_updated": "2023-08-10T10:23:25.032309-04:00",
            "created_at": "2023-08-08T08:28:07.797495-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c8ea96-c5b3-4a97-bd6a-5eb5368f2b91/?format=api"
        }
    ]
}