GET /api/bet_types/2c9bc8fd-1659-4a14-b1c0-a4c1fd7b0d8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c9bc8fd-1659-4a14-b1c0-a4c1fd7b0d8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7912e347-1f27-495c-a670-fb7102caa880/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:52:12.789059-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "06da783d-7ecc-4b9b-b52c-808eb4bb3020",
            "gambit_id": "af02071f-768d-4047-b557-1362096009db",
            "last_updated": "2023-04-22T13:07:17.503495-04:00",
            "created_at": "2023-04-21T12:52:12.790855-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9bc8fd-1659-4a14-b1c0-a4c1fd7b0d8f/?format=api"
        },
        {
            "id": "1e57c37c-ea5a-48d1-b174-5155cd0535e0",
            "gambit_id": "54c82d2d-f10d-45b9-bc24-3fac0225966d",
            "last_updated": "2023-04-22T13:07:17.504941-04:00",
            "created_at": "2023-04-21T12:52:12.793470-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9bc8fd-1659-4a14-b1c0-a4c1fd7b0d8f/?format=api"
        }
    ]
}