GET /api/bet_types/45fe6ea6-4172-4359-87ca-c8e9ea3b7f0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45fe6ea6-4172-4359-87ca-c8e9ea3b7f0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3099d8b-9b1e-4de2-8d5d-facee40ecad8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:15.826098-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e32e61e-1293-4b75-bd1a-a3003daf2f51",
            "gambit_id": "a43f4c85-3452-4582-937d-b7bb62bfe767",
            "last_updated": "2023-06-06T12:17:04.401539-04:00",
            "created_at": "2023-06-05T10:57:15.835034-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45fe6ea6-4172-4359-87ca-c8e9ea3b7f0a/?format=api"
        },
        {
            "id": "008ed1f4-0d1f-498f-8ac5-f8729bf6d6d2",
            "gambit_id": "64d49244-b683-4487-babd-358c50146d7b",
            "last_updated": "2023-06-06T12:17:04.400293-04:00",
            "created_at": "2023-06-05T10:57:15.832816-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45fe6ea6-4172-4359-87ca-c8e9ea3b7f0a/?format=api"
        }
    ]
}