GET /api/bet_types/ff72fca7-aa4e-4cf9-89f2-b5d5e88f19fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff72fca7-aa4e-4cf9-89f2-b5d5e88f19fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/feae4a5d-69d3-452c-b24a-e0bc73ee11e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:02.783041-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8ae32ae-f115-4078-b2cb-a3321302d42d",
            "gambit_id": "f67f3a64-b5e4-497b-9998-5f853f8817ed",
            "last_updated": "2023-12-23T14:53:20.001594-05:00",
            "created_at": "2023-12-21T09:13:02.788411-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72fca7-aa4e-4cf9-89f2-b5d5e88f19fb/?format=api"
        },
        {
            "id": "d5dce6cc-5756-42bb-b80a-7c27228f8238",
            "gambit_id": "18c6b80c-e734-487d-9b6e-605b92c274f7",
            "last_updated": "2023-12-23T14:53:20.006249-05:00",
            "created_at": "2023-12-21T09:13:02.793543-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72fca7-aa4e-4cf9-89f2-b5d5e88f19fb/?format=api"
        }
    ]
}