GET /api/bet_types/1c0475c9-05e2-4b8c-a492-381edd44f26d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c0475c9-05e2-4b8c-a492-381edd44f26d",
    "match": "https://api-prod.gambitprofit.com/api/matches/52af9cbf-fc90-4462-b5f5-bd28420c17d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T09:12:08.792767-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 Over 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6a0a842-2b65-4e25-ac06-6ef292dc7ba6",
            "gambit_id": "b4d0e7c8-4862-4d0a-9e6a-d90f9edcc12c",
            "last_updated": "2023-02-18T09:52:17.242973-05:00",
            "created_at": "2023-02-17T09:12:08.795732-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0475c9-05e2-4b8c-a492-381edd44f26d/?format=api"
        },
        {
            "id": "3d917bd9-3c21-4dfe-8d0c-0e4f5ac23f4d",
            "gambit_id": "90134ff8-a493-4392-8a6b-4de63de2d3a7",
            "last_updated": "2023-02-18T09:52:17.241785-05:00",
            "created_at": "2023-02-17T09:12:08.794392-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0475c9-05e2-4b8c-a492-381edd44f26d/?format=api"
        }
    ]
}