GET /api/bet_types/99ac0106-b114-435d-9e2d-c79980121c03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99ac0106-b114-435d-9e2d-c79980121c03",
    "match": "https://api-prod.gambitprofit.com/api/matches/5befa448-0dc4-4c6e-b56d-539680597d54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T15:38:18.271075-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "55f8134c-cdba-43db-9acf-fbbde018e11b",
            "gambit_id": "3fc1edd1-fff4-4562-82ee-c42688e0b046",
            "last_updated": "2023-07-04T10:13:01.815221-04:00",
            "created_at": "2023-07-02T15:38:18.274385-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ac0106-b114-435d-9e2d-c79980121c03/?format=api"
        },
        {
            "id": "46a57f1d-495f-4086-bae5-8893d3b496b0",
            "gambit_id": "01ad2ebe-3874-4c81-8804-c18cc07602d6",
            "last_updated": "2023-07-04T10:13:01.813435-04:00",
            "created_at": "2023-07-02T15:38:18.272765-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ac0106-b114-435d-9e2d-c79980121c03/?format=api"
        }
    ]
}