GET /api/bet_types/f085c227-cf86-46b4-8bdd-4bc1de581f83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f085c227-cf86-46b4-8bdd-4bc1de581f83",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdd8252e-bf50-4a7a-a446-98f48c3b2f37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:58.148818-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "870b310f-356b-42cd-b54f-8f073aa2dc71",
            "gambit_id": "3d311f89-94a1-4db2-b0f6-5e6a2e04cb1e",
            "last_updated": "2023-08-05T12:08:21.489264-04:00",
            "created_at": "2023-08-04T08:52:58.156788-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f085c227-cf86-46b4-8bdd-4bc1de581f83/?format=api"
        },
        {
            "id": "bb81f50c-0c11-46a1-b29e-a08c15498af2",
            "gambit_id": "4f507920-b135-449b-96c4-c4efe1526bfe",
            "last_updated": "2023-08-05T12:08:21.485555-04:00",
            "created_at": "2023-08-04T08:52:58.152705-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f085c227-cf86-46b4-8bdd-4bc1de581f83/?format=api"
        }
    ]
}