GET /api/bet_types/03293a45-0297-42e9-8882-54fe38210751/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03293a45-0297-42e9-8882-54fe38210751",
    "match": "https://api-prod.gambitprofit.com/api/matches/2198b19a-74f4-4c8d-8e9d-4ecbb2f40b7e/?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 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "db5e2e12-a69b-45c8-8190-178051fc11ba",
            "gambit_id": "013bb943-c18b-4b7d-aa77-66d73d21c661",
            "last_updated": "2022-09-26T10:27:12.846580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03293a45-0297-42e9-8882-54fe38210751/?format=api"
        },
        {
            "id": "dee292d4-2400-4baa-b1b9-3372ab4f0994",
            "gambit_id": "c3f28724-8d71-4de0-9497-56b39b4b236d",
            "last_updated": "2022-09-26T10:27:12.845382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03293a45-0297-42e9-8882-54fe38210751/?format=api"
        }
    ]
}