GET /api/bet_types/22feafda-b57e-4354-bcb5-4286ab46db58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22feafda-b57e-4354-bcb5-4286ab46db58",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa830795-bcf2-440d-ad61-3d81ed23f853/?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 8.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "ceb7931e-bd67-45b2-a057-038f706fa038",
            "gambit_id": "2cba02bc-add4-45ba-97f1-a1f91b7d64b3",
            "last_updated": "2022-10-05T07:01:55.585184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22feafda-b57e-4354-bcb5-4286ab46db58/?format=api"
        },
        {
            "id": "91dbba94-0c0e-4c50-a19e-6f77abeb43ac",
            "gambit_id": "519d74b5-545a-4faa-b9b9-1de1064e3003",
            "last_updated": "2022-10-05T07:01:55.584056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22feafda-b57e-4354-bcb5-4286ab46db58/?format=api"
        }
    ]
}