GET /api/bet_types/725f932b-8439-4d0d-8bcb-f64588754ff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "725f932b-8439-4d0d-8bcb-f64588754ff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/422f6e4f-ea80-4173-8261-41b8ce81580f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:16.614277-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e284a141-74e4-4a13-a5ee-b21fedca796d",
            "gambit_id": "9bd88e3c-5921-4eac-b809-1c4bd3d3f694",
            "last_updated": "2023-08-07T19:28:12.521439-04:00",
            "created_at": "2023-08-06T08:38:16.622210-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/725f932b-8439-4d0d-8bcb-f64588754ff6/?format=api"
        },
        {
            "id": "6ce0bd53-8072-4e5b-b07d-104361d720bc",
            "gambit_id": "2924a6ef-7ceb-425c-a3df-398abf2eff0b",
            "last_updated": "2023-08-07T19:28:12.525124-04:00",
            "created_at": "2023-08-06T08:38:16.632061-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/725f932b-8439-4d0d-8bcb-f64588754ff6/?format=api"
        }
    ]
}