GET /api/bet_types/dcec0792-cde9-4f84-93a7-834d50477889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcec0792-cde9-4f84-93a7-834d50477889",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0137bd7-25fb-4b45-b7da-6a49762b59f9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:08.098354-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db8a4d94-e6d4-44ac-a6fa-7e281035ef24",
            "gambit_id": "8b980450-e05f-4201-bea7-975a5ef2c97a",
            "last_updated": "2023-04-10T14:47:05.684384-04:00",
            "created_at": "2023-04-09T09:27:08.100240-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcec0792-cde9-4f84-93a7-834d50477889/?format=api"
        },
        {
            "id": "0cbd85bb-36ba-4a3e-a147-1997999b0502",
            "gambit_id": "65cc49e4-0042-4405-8dab-02b57774b8fb",
            "last_updated": "2023-04-10T14:47:05.686596-04:00",
            "created_at": "2023-04-09T09:27:08.102170-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcec0792-cde9-4f84-93a7-834d50477889/?format=api"
        }
    ]
}