GET /api/bet_types/f53cbd78-ebcc-4217-a7cb-a6bcce2cd02d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f53cbd78-ebcc-4217-a7cb-a6bcce2cd02d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a248cfa-9c2c-410e-b907-0002a9a86ed8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:41:55.489314-04: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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "474eefee-1a2b-4ad6-9576-329f147fd710",
            "gambit_id": "e75bfcaa-b398-4614-bf10-3bfc840ab708",
            "last_updated": "2023-04-26T20:37:15.375497-04:00",
            "created_at": "2023-04-25T11:41:55.491238-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53cbd78-ebcc-4217-a7cb-a6bcce2cd02d/?format=api"
        },
        {
            "id": "501b8804-d60e-4a5c-abd3-c1cc2181cf28",
            "gambit_id": "52debfbc-d277-421c-bee7-b81dc339568d",
            "last_updated": "2023-04-26T20:37:15.377087-04:00",
            "created_at": "2023-04-25T11:41:55.493461-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f53cbd78-ebcc-4217-a7cb-a6bcce2cd02d/?format=api"
        }
    ]
}