GET /api/bet_types/6d286222-07b3-4421-b8e7-bbb029145fed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d286222-07b3-4421-b8e7-bbb029145fed",
    "match": "https://api-prod.gambitprofit.com/api/matches/698f526b-3f04-41b0-b542-027b83ccfeab/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:08.591580-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": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b30ab64-1e03-4d3c-b139-b5410c5d048e",
            "gambit_id": "a5150126-c991-400f-b8d3-278532a9a757",
            "last_updated": "2024-02-07T01:53:02.588226-05:00",
            "created_at": "2024-02-06T09:08:08.595806-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d286222-07b3-4421-b8e7-bbb029145fed/?format=api"
        },
        {
            "id": "5030183a-7754-4ed5-bce5-b447a6072900",
            "gambit_id": "f1666151-1fd5-4e4d-bd04-e3799b9222c5",
            "last_updated": "2024-02-07T01:53:02.592854-05:00",
            "created_at": "2024-02-06T09:08:08.600681-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d286222-07b3-4421-b8e7-bbb029145fed/?format=api"
        }
    ]
}