GET /api/bet_types/efb6306a-d1e0-4f6f-87d7-575f1120d41a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efb6306a-d1e0-4f6f-87d7-575f1120d41a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f8b4672-1f33-4db8-b709-703fb7d46346/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:09.830955-05: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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb723f30-eafa-4485-8bd0-0f6543a92043",
            "gambit_id": "6f6d43ea-f4ba-4a7c-a974-e206846ef4d2",
            "last_updated": "2024-02-07T01:53:03.277636-05:00",
            "created_at": "2024-02-06T09:08:09.834300-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb6306a-d1e0-4f6f-87d7-575f1120d41a/?format=api"
        },
        {
            "id": "c212ea59-6020-46f3-8a68-3c90e588f197",
            "gambit_id": "5b64df9a-2db6-48b6-8cef-4129b3dd9f01",
            "last_updated": "2024-02-07T01:53:03.284392-05:00",
            "created_at": "2024-02-06T09:08:09.839089-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb6306a-d1e0-4f6f-87d7-575f1120d41a/?format=api"
        }
    ]
}