GET /api/bet_types/1bebcd72-129e-4636-a92c-cf2cea003644/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bebcd72-129e-4636-a92c-cf2cea003644",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a13e158-bd1d-43f4-9620-4a00f28ea37a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:41:56.314423-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96bfe11a-2ac8-4366-947a-6132f983405d",
            "gambit_id": "c0d88a5c-6beb-4f9e-a5f4-daf617dbac97",
            "last_updated": "2023-05-02T18:37:00.496764-04:00",
            "created_at": "2023-04-25T11:41:56.318793-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bebcd72-129e-4636-a92c-cf2cea003644/?format=api"
        },
        {
            "id": "c35c460a-0737-4c58-a455-fb345f32d3a9",
            "gambit_id": "8b1c7757-c1e8-4d27-baf9-c28a480a0cdd",
            "last_updated": "2023-05-02T18:37:00.495349-04:00",
            "created_at": "2023-04-25T11:41:56.316498-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bebcd72-129e-4636-a92c-cf2cea003644/?format=api"
        }
    ]
}