GET /api/bet_types/aa5c19c3-a4f0-4b7b-a337-5b6cb8fc07a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa5c19c3-a4f0-4b7b-a337-5b6cb8fc07a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f24a6b0-dd80-4fd7-a38b-0bb6a84a72be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:06.877067-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fd33f0c-a9f8-461f-bb25-65cba698dafa",
            "gambit_id": "fb90d7c0-06e1-433a-a71a-b55493b98d1a",
            "last_updated": "2023-05-08T11:47:05.733705-04:00",
            "created_at": "2023-05-07T11:57:06.881205-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5c19c3-a4f0-4b7b-a337-5b6cb8fc07a8/?format=api"
        },
        {
            "id": "ce94e912-cc78-48c5-bb81-93bc4bf73972",
            "gambit_id": "c071020b-4f25-4d33-a1bc-1a893b875960",
            "last_updated": "2023-05-08T11:47:05.732060-04:00",
            "created_at": "2023-05-07T11:57:06.879010-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5c19c3-a4f0-4b7b-a337-5b6cb8fc07a8/?format=api"
        }
    ]
}