GET /api/bet_types/184387ff-fcd5-4fae-a11d-bfb103d6d370/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "184387ff-fcd5-4fae-a11d-bfb103d6d370",
    "match": "https://api-prod.gambitprofit.com/api/matches/17112bcf-0f98-4ed6-b6e0-400ce55d2d02/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:00.364735-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb350e03-1fb9-479d-a694-9bf99eddd1d8",
            "gambit_id": "61552c43-9d55-4e48-ad50-532b17e5e5f2",
            "last_updated": "2023-11-13T15:43:03.727755-05:00",
            "created_at": "2023-11-10T11:18:00.374054-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184387ff-fcd5-4fae-a11d-bfb103d6d370/?format=api"
        },
        {
            "id": "0706661a-d024-4e74-b78e-c11c7f0fbd67",
            "gambit_id": "d50d37e0-75af-4e9e-aa8e-5b8e0ebb0a7a",
            "last_updated": "2023-11-13T15:43:03.730958-05:00",
            "created_at": "2023-11-10T11:18:00.369102-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184387ff-fcd5-4fae-a11d-bfb103d6d370/?format=api"
        }
    ]
}