GET /api/bet_types/96060b31-a330-4b15-bc4a-82db09d8d6a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96060b31-a330-4b15-bc4a-82db09d8d6a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae985fce-50c5-4436-97bc-fa2de25f7554/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:50.058321-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a812c84-3f48-42dc-a78d-f5fa288a5db5",
            "gambit_id": "6f4af669-d2a2-4a41-b5cc-825625843b05",
            "last_updated": "2023-05-18T11:47:18.850533-04:00",
            "created_at": "2023-05-17T11:06:50.063416-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96060b31-a330-4b15-bc4a-82db09d8d6a0/?format=api"
        },
        {
            "id": "bf277780-600b-4635-93e0-3349f27cd271",
            "gambit_id": "2b38d3a8-923e-429a-9aa9-7e087750b2b7",
            "last_updated": "2023-05-18T11:47:18.849235-04:00",
            "created_at": "2023-05-17T11:06:50.060552-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96060b31-a330-4b15-bc4a-82db09d8d6a0/?format=api"
        }
    ]
}