GET /api/bet_types/6b18f41f-6101-42b7-ad30-4b6f7346413f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b18f41f-6101-42b7-ad30-4b6f7346413f",
    "match": "https://api-prod.gambitprofit.com/api/matches/907aa3a1-6fb8-47fc-a3ed-a2b55f3a1292/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5249.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4751.0
            }
        ],
        "expected_reward_tokens": 9026.9,
        "profit_sb": 26.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ae9f682-a1d8-4f21-84bc-1d325f12ff58",
            "gambit_id": "93d035e8-709e-412f-8a1f-8790706ae048",
            "last_updated": "2022-09-08T10:56:54.739576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b18f41f-6101-42b7-ad30-4b6f7346413f/?format=api"
        },
        {
            "id": "ff9d54ba-4429-4d15-93f5-f5e70bab0bf3",
            "gambit_id": "2bcd02b3-a06a-4e4c-ba1a-7452a0868654",
            "last_updated": "2022-09-08T10:56:54.737287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b18f41f-6101-42b7-ad30-4b6f7346413f/?format=api"
        }
    ]
}