GET /api/bet_types/32620638-deb9-4f72-8402-0e403f252b16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32620638-deb9-4f72-8402-0e403f252b16",
    "match": "https://api-prod.gambitprofit.com/api/matches/19065aae-0fdb-4262-b0e4-8210cb980e74/?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 Under 9.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "3366e8d2-c8f2-449c-8684-7a143f0b6539",
            "gambit_id": "5b07f169-fd24-40e2-912d-b6cb9f20bd2c",
            "last_updated": "2022-08-09T09:42:03.367931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32620638-deb9-4f72-8402-0e403f252b16/?format=api"
        },
        {
            "id": "b3c327d0-97c1-42c3-a8aa-9021e40e5314",
            "gambit_id": "ed96327a-7aea-4890-8f75-6a64b0e25df6",
            "last_updated": "2022-08-09T09:42:03.368454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32620638-deb9-4f72-8402-0e403f252b16/?format=api"
        }
    ]
}