GET /api/bet_types/5a30b348-0370-4845-97b1-3795187f8499/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a30b348-0370-4845-97b1-3795187f8499",
    "match": "https://api-prod.gambitprofit.com/api/matches/8917a972-6fad-4236-9dbf-bace71f15d59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T18:16:46.991162-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3324d642-8e14-4a64-a279-286b54fd2fbb",
            "gambit_id": "85b5fd63-2e6f-40ea-8312-73317f9787a4",
            "last_updated": "2023-04-18T12:12:08.930263-04:00",
            "created_at": "2023-04-16T18:16:46.995587-04:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a30b348-0370-4845-97b1-3795187f8499/?format=api"
        },
        {
            "id": "4cec3df8-a14c-4dba-8c7a-669425af0eef",
            "gambit_id": "6efe8fb0-38c7-4adf-924f-c49c3d591bee",
            "last_updated": "2023-04-18T12:12:08.927796-04:00",
            "created_at": "2023-04-16T18:16:46.993153-04:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a30b348-0370-4845-97b1-3795187f8499/?format=api"
        }
    ]
}