GET /api/bet_types/f6d69af1-1f67-49d6-becc-599fb888c414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6d69af1-1f67-49d6-becc-599fb888c414",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f293f3-1157-4983-8b9e-5105bff15e5b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:00.734030-04: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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f286805e-ff10-4479-93d6-65962d028702",
            "gambit_id": "bc0f6fae-e7be-4d47-943c-9eff0a02740f",
            "last_updated": "2023-04-03T20:22:18.208887-04:00",
            "created_at": "2023-04-02T13:52:00.736590-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6d69af1-1f67-49d6-becc-599fb888c414/?format=api"
        },
        {
            "id": "f0f3a10a-cebf-49c3-a49b-a4bcab5fe5ef",
            "gambit_id": "1c617d9f-0497-4a9d-a664-0c53dc3053e7",
            "last_updated": "2023-04-03T20:22:18.211533-04:00",
            "created_at": "2023-04-02T13:52:00.739620-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6d69af1-1f67-49d6-becc-599fb888c414/?format=api"
        }
    ]
}