GET /api/bet_types/a4147f1b-1161-47c2-8818-e4e93bb80cbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4147f1b-1161-47c2-8818-e4e93bb80cbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7139f3b-5db8-4c93-abb6-7ba7b4037765/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-02T10:32:06.831281-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 Over 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "500daa7c-5142-4c43-82cf-d19b77cbfe9c",
            "gambit_id": "266f3821-13e2-4bf3-ae35-8fff35c3eae4",
            "last_updated": "2023-06-05T10:57:18.646852-04:00",
            "created_at": "2023-06-02T10:32:06.834155-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4147f1b-1161-47c2-8818-e4e93bb80cbb/?format=api"
        },
        {
            "id": "37c191b1-55eb-47fc-b38e-030f250f785a",
            "gambit_id": "074654c1-f149-4888-a502-4e08b2fa85a9",
            "last_updated": "2023-06-05T10:57:18.648873-04:00",
            "created_at": "2023-06-02T10:32:06.836896-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4147f1b-1161-47c2-8818-e4e93bb80cbb/?format=api"
        }
    ]
}