GET /api/bet_types/fb30e51b-8b10-4a5b-83e7-c9a73f4f6c72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb30e51b-8b10-4a5b-83e7-c9a73f4f6c72",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1bed6cb-8379-41bf-b236-6b9d7c6e7d1e/?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 67.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f14bf85-4ed8-4255-bf91-aad50df6415d",
            "gambit_id": "4d585cec-27a3-48b0-bd51-8406d9429552",
            "last_updated": "2022-12-03T09:32:30.155188-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb30e51b-8b10-4a5b-83e7-c9a73f4f6c72/?format=api"
        },
        {
            "id": "da2687c0-ef0f-4be5-a81e-5b32a29626b4",
            "gambit_id": "23dc5c33-a96e-4563-adbf-a514994a7fa8",
            "last_updated": "2022-12-03T09:32:30.156328-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb30e51b-8b10-4a5b-83e7-c9a73f4f6c72/?format=api"
        }
    ]
}