GET /api/bet_types/dd860302-4d6a-4bb0-b518-e69b2dae8544/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd860302-4d6a-4bb0-b518-e69b2dae8544",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c5ec2d-824d-4965-8ae1-1ba36c49bc5f/?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 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b388a920-8de6-4e97-8bbc-480695888c11",
            "gambit_id": "cb204f97-3626-4237-877a-a27b64026311",
            "last_updated": "2022-12-23T11:57:12.736203-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd860302-4d6a-4bb0-b518-e69b2dae8544/?format=api"
        },
        {
            "id": "95810890-0f4a-42c4-9bca-0b743849ef7f",
            "gambit_id": "18f84833-3567-4f68-968e-b623502123dc",
            "last_updated": "2022-12-23T11:57:12.737292-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd860302-4d6a-4bb0-b518-e69b2dae8544/?format=api"
        }
    ]
}