GET /api/bet_types/2b5a8dd1-43d9-428d-948e-85b64d507706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b5a8dd1-43d9-428d-948e-85b64d507706",
    "match": "https://api-prod.gambitprofit.com/api/matches/acb26410-0bfc-441c-87ec-4dcbe5771870/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:53.096628-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e459261-10e5-4263-92f1-506f0e6424e8",
            "gambit_id": "8a945ebb-066d-441a-9436-c2cfcd7ae332",
            "last_updated": "2023-04-04T19:27:06.286271-04:00",
            "created_at": "2023-04-03T09:56:53.098461-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b5a8dd1-43d9-428d-948e-85b64d507706/?format=api"
        },
        {
            "id": "df4b919b-42da-43ba-8257-240dd0b6a1e7",
            "gambit_id": "e1f773fc-1f32-4fbd-a6ab-a81766c60c12",
            "last_updated": "2023-04-04T19:27:06.287512-04:00",
            "created_at": "2023-04-03T09:56:53.100218-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b5a8dd1-43d9-428d-948e-85b64d507706/?format=api"
        }
    ]
}