GET /api/bet_types/2d731b7e-8d43-4cdd-8445-49f3f9d3ddf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d731b7e-8d43-4cdd-8445-49f3f9d3ddf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d5f53c-a068-4644-9fba-044754145382/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:23.464322-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 Under 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a3832bc-a1b4-4665-a3a2-2ede6b46d7a4",
            "gambit_id": "f709e57e-0ad2-46c6-a9cc-6ab55a1ac009",
            "last_updated": "2023-04-06T18:47:08.433313-04:00",
            "created_at": "2023-04-05T09:22:23.467616-04:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d731b7e-8d43-4cdd-8445-49f3f9d3ddf0/?format=api"
        },
        {
            "id": "7cb26b14-9592-456d-8fda-65d910aecdac",
            "gambit_id": "fb58f042-763b-4d57-bac0-0d78d2b5380a",
            "last_updated": "2023-04-06T18:47:08.434788-04:00",
            "created_at": "2023-04-05T09:22:23.470547-04:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d731b7e-8d43-4cdd-8445-49f3f9d3ddf0/?format=api"
        }
    ]
}