GET /api/bet_types/b37e5304-d995-4113-8719-162894314dfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b37e5304-d995-4113-8719-162894314dfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c277ff6a-3174-4bb2-8b61-95f7f919f146/?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 Under 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6d7cb8e-ccf8-41cb-bb97-a0c99bd96da3",
            "gambit_id": "976885da-9783-4512-bc01-79ccb39f49c2",
            "last_updated": "2022-10-28T09:57:09.240733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37e5304-d995-4113-8719-162894314dfb/?format=api"
        },
        {
            "id": "b31d0b5d-eaba-4094-95c3-d04ade17f653",
            "gambit_id": "dfe127b4-51d2-4403-a579-c4285a15843e",
            "last_updated": "2022-10-28T09:57:09.241767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37e5304-d995-4113-8719-162894314dfb/?format=api"
        }
    ]
}