GET /api/bet_types/99f39efa-acda-464c-bf8a-28f5f177a33a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f39efa-acda-464c-bf8a-28f5f177a33a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08304fd-f7db-4756-bdc8-499b7e5687c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:05.974904-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": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe6120c4-3c0e-479d-a1fd-32255b344bf2",
            "gambit_id": "bb3bc5e4-cead-4b01-bc44-02fcc52edd59",
            "last_updated": "2023-07-02T11:03:47.168547-04:00",
            "created_at": "2023-06-30T08:23:05.976829-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f39efa-acda-464c-bf8a-28f5f177a33a/?format=api"
        },
        {
            "id": "64a2889d-e281-4a63-ad4b-577d16047a42",
            "gambit_id": "74bca45c-e73b-4e4c-957d-cd3c620b01de",
            "last_updated": "2023-07-02T11:03:47.171180-04:00",
            "created_at": "2023-06-30T08:23:05.978809-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f39efa-acda-464c-bf8a-28f5f177a33a/?format=api"
        }
    ]
}