GET /api/bet_types/205a38b8-0688-4560-b3a8-073c907fb1ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "205a38b8-0688-4560-b3a8-073c907fb1ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:14.303648-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b3a8fbd-c0dd-4ba8-86ed-316526b47984",
            "gambit_id": "3c1daa70-8c08-4db6-a057-6644e7eff526",
            "last_updated": "2024-01-29T21:53:10.401111-05:00",
            "created_at": "2024-01-27T09:18:14.307989-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205a38b8-0688-4560-b3a8-073c907fb1ad/?format=api"
        },
        {
            "id": "d152ad44-b0f6-4b22-9df7-0971966e4d3a",
            "gambit_id": "842f3c90-01f4-49e4-99d0-2f6d41769c14",
            "last_updated": "2024-01-29T21:53:10.404326-05:00",
            "created_at": "2024-01-27T09:18:14.312920-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205a38b8-0688-4560-b3a8-073c907fb1ad/?format=api"
        }
    ]
}