GET /api/bet_types/a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/57adc45f-59d2-4bd0-a545-ca0837334569/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb7f1def-71af-4ba6-bd99-cadc3263fdd1",
            "gambit_id": "10ddc695-1d7c-454d-b82b-c774e912bf46",
            "last_updated": "2022-10-22T09:27:26.883490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1/?format=api"
        },
        {
            "id": "fcb7ece2-ee1b-403a-88d2-17c238f6b3c4",
            "gambit_id": "9eaf113c-2e80-40c9-90ff-d7ae907ecc72",
            "last_updated": "2022-10-22T09:27:26.882410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d70a3c-a00e-4a88-9d7d-bf9d58decaf1/?format=api"
        }
    ]
}