GET /api/bet_types/037b0702-499b-4c41-8b7f-723db93e20b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "037b0702-499b-4c41-8b7f-723db93e20b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/57a2667b-a160-455e-9fd2-2fed52fd7747/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:09.532550-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": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "48c3cb1c-2b65-4f4b-81ec-236b643c2192",
            "gambit_id": "0c6b2c47-df11-4799-a5e4-d1adc31c6648",
            "last_updated": "2023-02-28T12:37:09.533762-05:00",
            "created_at": "2023-02-28T12:37:09.533771-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/037b0702-499b-4c41-8b7f-723db93e20b0/?format=api"
        },
        {
            "id": "c1901613-71b6-4188-ad06-9043b9754ee0",
            "gambit_id": "5032f383-8dca-474d-9bf0-0392af91b25d",
            "last_updated": "2023-02-28T12:37:09.535017-05:00",
            "created_at": "2023-02-28T12:37:09.535025-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/037b0702-499b-4c41-8b7f-723db93e20b0/?format=api"
        }
    ]
}