GET /api/bet_types/a84a4038-9e49-40e5-bb01-edf84368b7fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a84a4038-9e49-40e5-bb01-edf84368b7fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7746a77-d490-428b-b30d-2fdf8620bf59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-10T09:58:01.904095-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3db8ba0d-e976-42ca-84aa-6a2f7fd55302",
            "gambit_id": "7103721c-7dc4-4a7e-a4b2-550ca466ccb1",
            "last_updated": "2023-12-12T10:28:16.321525-05:00",
            "created_at": "2023-12-10T09:58:01.912140-05:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a84a4038-9e49-40e5-bb01-edf84368b7fd/?format=api"
        },
        {
            "id": "7ed9b52b-8755-4ba2-a37a-2c8aabf34503",
            "gambit_id": "c45e0ae7-d5a8-4da2-8adb-9f467c8c8365",
            "last_updated": "2023-12-12T10:28:16.318347-05:00",
            "created_at": "2023-12-10T09:58:01.908134-05:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a84a4038-9e49-40e5-bb01-edf84368b7fd/?format=api"
        }
    ]
}