GET /api/bet_types/c452e83c-7b4a-4d7f-9a7c-1d447487ca40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c452e83c-7b4a-4d7f-9a7c-1d447487ca40",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b72299-93d1-49c3-8f6f-b161794b9ccc/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-17T09:28:13.791509-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 Under 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aeb79adc-4b8a-41a9-b2fe-2501a95e0b0d",
            "gambit_id": "5e8721e6-5bcf-4806-a648-42b39cf93ca4",
            "last_updated": "2024-01-19T11:58:26.637081-05:00",
            "created_at": "2024-01-17T09:28:13.800157-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c452e83c-7b4a-4d7f-9a7c-1d447487ca40/?format=api"
        },
        {
            "id": "ceaa0a91-067d-494d-a6bb-875266d38916",
            "gambit_id": "a090dab5-9e6c-4783-921e-4b55578f4f47",
            "last_updated": "2024-01-19T11:58:26.633741-05:00",
            "created_at": "2024-01-17T09:28:13.794735-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c452e83c-7b4a-4d7f-9a7c-1d447487ca40/?format=api"
        }
    ]
}