GET /api/bet_types/45fb1838-22f7-40ed-b1e9-dbdcb4b84fe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45fb1838-22f7-40ed-b1e9-dbdcb4b84fe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf7242b-dc50-4e63-a14a-15be16a217b2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:17.399411-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 10.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "86381963-c0c4-47eb-9f70-2b4bc8ba3b69",
            "gambit_id": "e4efd1ed-1af9-4d23-91bc-b657b1492929",
            "last_updated": "2023-06-01T10:07:10.773333-04:00",
            "created_at": "2023-05-31T11:47:17.404580-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45fb1838-22f7-40ed-b1e9-dbdcb4b84fe9/?format=api"
        },
        {
            "id": "a508f735-c595-4c1a-ab15-11d575a6817e",
            "gambit_id": "8ec68d8e-996c-4c46-baaf-08327400f825",
            "last_updated": "2023-06-01T10:07:10.770910-04:00",
            "created_at": "2023-05-31T11:47:17.402173-04:00",
            "name": "Game Total Under 10.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45fb1838-22f7-40ed-b1e9-dbdcb4b84fe9/?format=api"
        }
    ]
}