GET /api/bet_types/2ef94f72-00f5-409b-a1c7-935e29ac1ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ef94f72-00f5-409b-a1c7-935e29ac1ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f840dbf4-f5f0-4239-b300-c8aefcf0be75/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:15.810478-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 Over 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f5fa44c-6d53-472d-b7ed-c6a8685d0e61",
            "gambit_id": "3089f7da-6af5-405d-afcc-5c91192a0475",
            "last_updated": "2023-11-23T20:43:04.337583-05:00",
            "created_at": "2023-11-22T09:08:15.814071-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ef94f72-00f5-409b-a1c7-935e29ac1ccc/?format=api"
        },
        {
            "id": "ac2f6017-6496-4892-ba16-8a7390d95a98",
            "gambit_id": "96239c17-760d-46df-88ec-2facb05c78d4",
            "last_updated": "2023-11-23T20:43:04.341046-05:00",
            "created_at": "2023-11-22T09:08:15.817586-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ef94f72-00f5-409b-a1c7-935e29ac1ccc/?format=api"
        }
    ]
}