GET /api/bet_types/0aa36766-49cf-4ad2-8a31-191f695726e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aa36766-49cf-4ad2-8a31-191f695726e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/07b5b262-8def-4acc-862b-54d229ad8314/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:10.660643-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "11cbe845-38ae-45dc-81b3-f322b177ed17",
            "gambit_id": "1f648388-b3ad-4c8a-9426-a7d7255aa861",
            "last_updated": "2024-01-29T21:58:10.946013-05:00",
            "created_at": "2024-01-27T09:18:10.669443-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa36766-49cf-4ad2-8a31-191f695726e4/?format=api"
        },
        {
            "id": "290c6f68-54dc-4154-b808-5b357b1a4751",
            "gambit_id": "ad5ab7ad-50f3-4d7d-8201-2832671541d8",
            "last_updated": "2024-01-29T21:58:10.942751-05:00",
            "created_at": "2024-01-27T09:18:10.664621-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa36766-49cf-4ad2-8a31-191f695726e4/?format=api"
        }
    ]
}