GET /api/bet_types/8de2b345-3a30-4194-a17d-2c009c311c38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8de2b345-3a30-4194-a17d-2c009c311c38",
    "match": "https://api-prod.gambitprofit.com/api/matches/024fe700-e217-4369-82c8-19e5c66bef0f/?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",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "4130c5d2-24d8-41d5-9dd2-92fcad372708",
            "gambit_id": "05769434-556f-4e7f-a8ae-b24d6d8c7606",
            "last_updated": "2022-09-11T18:17:12.607294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de2b345-3a30-4194-a17d-2c009c311c38/?format=api"
        },
        {
            "id": "6b5d7206-97c5-4a1c-b2e5-fdaae5808fe0",
            "gambit_id": "0f4fc537-d233-41bd-8d71-d396565b1585",
            "last_updated": "2022-09-11T18:17:12.608471-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de2b345-3a30-4194-a17d-2c009c311c38/?format=api"
        }
    ]
}