GET /api/bet_types/d1b772e1-5b65-4038-ac05-f207a2bc9a09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b772e1-5b65-4038-ac05-f207a2bc9a09",
    "match": "https://api-prod.gambitprofit.com/api/matches/21d251e5-021b-4236-8836-11d5247217ed/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:57.635645-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 6.5",
                "amount": 5211.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "b45a88d1-e63a-43d6-9598-46863dca7f31",
            "gambit_id": "31858714-48ce-4b2c-a1b4-616f52cd9bf5",
            "last_updated": "2023-01-24T09:56:56.253754-05:00",
            "created_at": "2023-01-23T09:11:57.636885-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b772e1-5b65-4038-ac05-f207a2bc9a09/?format=api"
        },
        {
            "id": "fa7c44e2-45eb-4b33-8502-a8d00221a816",
            "gambit_id": "e5a4de6f-dde8-4390-90d2-87af37f25329",
            "last_updated": "2023-01-24T09:56:56.255386-05:00",
            "created_at": "2023-01-23T09:11:57.638082-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b772e1-5b65-4038-ac05-f207a2bc9a09/?format=api"
        }
    ]
}