GET /api/bet_types/369673fc-ffee-4d29-86db-437e26e37da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "369673fc-ffee-4d29-86db-437e26e37da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d68ff138-aef1-4aff-9797-fe4ef1bccc28/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 2.5",
                "amount": 5393.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4607.0
            }
        ],
        "expected_reward_tokens": 8844.52,
        "profit_sb": -155.48,
        "profit_sb_percentage": -1.73,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad66acac-87c1-4cb8-886f-a7952bf44f26",
            "gambit_id": "2d3e205f-3d16-4ab0-b3df-182a49773ee6",
            "last_updated": "2022-08-07T11:07:12.747887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/369673fc-ffee-4d29-86db-437e26e37da9/?format=api"
        },
        {
            "id": "1344154a-258b-45ea-984b-706fe4cf8cf3",
            "gambit_id": "92f4cccf-ecd5-4596-8824-c75da7a39603",
            "last_updated": "2022-08-07T11:07:12.747326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.92000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/369673fc-ffee-4d29-86db-437e26e37da9/?format=api"
        }
    ]
}