GET /api/bet_types/c8ec9b22-33cd-464f-9c86-fa1700cd1346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8ec9b22-33cd-464f-9c86-fa1700cd1346",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ad5fb8f-ffde-479f-bf60-37f902fbf4d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:53.828326-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3fb91bc-eb28-4923-9f35-02e400ba1640",
            "gambit_id": "9a57a250-8908-421d-ad7f-438be38d1830",
            "last_updated": "2023-04-04T19:42:06.079901-04:00",
            "created_at": "2023-04-03T09:56:53.829753-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ec9b22-33cd-464f-9c86-fa1700cd1346/?format=api"
        },
        {
            "id": "7fbf23ab-0b5f-4679-a1d2-94d98fbca6f1",
            "gambit_id": "e1d43b40-33d3-488b-9e79-ff956eb967a4",
            "last_updated": "2023-04-04T19:42:06.081090-04:00",
            "created_at": "2023-04-03T09:56:53.831225-04:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ec9b22-33cd-464f-9c86-fa1700cd1346/?format=api"
        }
    ]
}