GET /api/bet_types/599dd461-6b3a-4659-a923-d47205d1f285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "599dd461-6b3a-4659-a923-d47205d1f285",
    "match": "https://api-prod.gambitprofit.com/api/matches/4da92c20-8491-41ab-9d8e-37f0a2dbb45b/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "d272e23f-2386-46b1-ae6e-2ac6b223cd7d",
            "gambit_id": "406ef66a-96a0-41ff-a0f9-f3a4b48b8d70",
            "last_updated": "2022-10-02T15:17:22.757953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/599dd461-6b3a-4659-a923-d47205d1f285/?format=api"
        },
        {
            "id": "a8cc3354-80b7-4790-9a92-38840b58614b",
            "gambit_id": "2e3b337b-9a48-4461-9a86-ab6bcb5d3b87",
            "last_updated": "2022-10-02T15:17:22.759210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/599dd461-6b3a-4659-a923-d47205d1f285/?format=api"
        }
    ]
}