GET /api/bet_types/d6ba6021-be7d-4eda-9770-9b5a6a49e7a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6ba6021-be7d-4eda-9770-9b5a6a49e7a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5248a6cb-330b-4229-9df6-212abcbd0d1f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:23.051954-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": "Total Rounds Under 2.5",
                "amount": 5585.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4415.0
            }
        ],
        "expected_reward_tokens": 9271.1,
        "profit_sb": -228.9,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d65699f-502a-46b6-aaa6-5bea2f431c29",
            "gambit_id": "6ed90f86-251f-43e3-87c4-094da50ea85f",
            "last_updated": "2023-04-17T11:42:07.538378-04:00",
            "created_at": "2023-04-15T12:27:23.053592-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6ba6021-be7d-4eda-9770-9b5a6a49e7a3/?format=api"
        },
        {
            "id": "40fb46a3-93f4-43b9-9d2e-fe5f6fa7b427",
            "gambit_id": "1a43470a-42d7-4481-9678-3a5c19bff941",
            "last_updated": "2023-04-17T11:42:07.540273-04:00",
            "created_at": "2023-04-15T12:27:23.055425-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6ba6021-be7d-4eda-9770-9b5a6a49e7a3/?format=api"
        }
    ]
}