GET /api/bet_types/736bdc24-fc84-49b4-be53-2acba1e019e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "736bdc24-fc84-49b4-be53-2acba1e019e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63979c2-cfcd-4223-b386-397a60cc10c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T11:46:59.056188-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": 5801.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4199.0
            }
        ],
        "expected_reward_tokens": 9279.79,
        "profit_sb": -220.21,
        "profit_sb_percentage": -2.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c59e6cd-53c6-40ea-9990-54c15f1fe270",
            "gambit_id": "3ff182ef-df29-4ba4-b76b-c19d0af42268",
            "last_updated": "2023-02-25T18:12:17.462020-05:00",
            "created_at": "2023-02-23T11:46:59.057731-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.60000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736bdc24-fc84-49b4-be53-2acba1e019e3/?format=api"
        },
        {
            "id": "cd0647d9-34f5-4876-bc0c-463c44e78b3d",
            "gambit_id": "158e9d2a-cd7f-4156-a710-75b4015ce256",
            "last_updated": "2023-02-25T18:12:17.463251-05:00",
            "created_at": "2023-02-23T11:46:59.059119-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736bdc24-fc84-49b4-be53-2acba1e019e3/?format=api"
        }
    ]
}