GET /api/bet_types/754608be-f951-436c-88a3-191ba7621622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "754608be-f951-436c-88a3-191ba7621622",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea3d714b-f05a-492d-8773-d3153d8dc138/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:51.969514-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "38db4070-e393-4d14-9945-dbca49760db0",
            "gambit_id": "79a1ae2e-fa4c-42a0-9657-afd85b4b3a69",
            "last_updated": "2023-05-18T11:47:18.687122-04:00",
            "created_at": "2023-05-17T11:06:51.971777-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/754608be-f951-436c-88a3-191ba7621622/?format=api"
        },
        {
            "id": "1aa581ad-878a-4301-9f4a-e1f1cd83a4c1",
            "gambit_id": "e3f8f46a-9657-40a1-8e95-cfd4126a7007",
            "last_updated": "2023-05-18T11:47:18.688354-04:00",
            "created_at": "2023-05-17T11:06:51.975091-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/754608be-f951-436c-88a3-191ba7621622/?format=api"
        }
    ]
}