GET /api/bet_types/f22fc1bf-6eb4-4275-84db-c8a5b318aabb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f22fc1bf-6eb4-4275-84db-c8a5b318aabb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3a419bf-a48d-47e2-aa51-b11837a03f07/?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 Over 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "eab9d6ca-cc0a-4d0f-bd70-f07d2a04275a",
            "gambit_id": "7a1dd776-c002-4e37-9cdb-5423cabe9b9e",
            "last_updated": "2022-10-23T12:57:22.883559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22fc1bf-6eb4-4275-84db-c8a5b318aabb/?format=api"
        },
        {
            "id": "efe5179d-37ff-4c77-be5a-fc4fac3faf74",
            "gambit_id": "ff6fe94e-6a24-4beb-a868-fe80b76b6672",
            "last_updated": "2022-10-23T12:57:22.884752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f22fc1bf-6eb4-4275-84db-c8a5b318aabb/?format=api"
        }
    ]
}