GET /api/bet_types/090a4042-16bb-4ad6-92a5-0023989a45c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "090a4042-16bb-4ad6-92a5-0023989a45c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8292a891-0a3a-4bda-ae78-15e508ea180d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:09.459659-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 Under 246",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 246",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "27155f15-0b82-43d9-b302-6e5644ea36be",
            "gambit_id": "87a15c5d-6d65-41a4-a353-3aee14e5f790",
            "last_updated": "2023-11-21T14:38:25.164630-05:00",
            "created_at": "2023-11-20T09:48:09.467732-05:00",
            "name": "Game Total Under 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/090a4042-16bb-4ad6-92a5-0023989a45c4/?format=api"
        },
        {
            "id": "2a18a8a7-ee22-4279-a50f-96452e139548",
            "gambit_id": "5922622f-cc92-4084-8abb-ca8667321ea2",
            "last_updated": "2023-11-21T14:38:25.168290-05:00",
            "created_at": "2023-11-20T09:48:09.463445-05:00",
            "name": "Game Total Over 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/090a4042-16bb-4ad6-92a5-0023989a45c4/?format=api"
        }
    ]
}