GET /api/bet_types/eff081cb-1123-41e6-9e67-13b921b9ffde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eff081cb-1123-41e6-9e67-13b921b9ffde",
    "match": "https://api-prod.gambitprofit.com/api/matches/1edbb7d4-4f0d-428d-b434-d47692126e02/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T11:06:49.307649-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": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "227ee050-d719-4960-a328-60b8090e4a84",
            "gambit_id": "5050305a-b5d0-416d-bc0b-b1c94c3390b0",
            "last_updated": "2023-02-08T16:31:54.946818-05:00",
            "created_at": "2023-02-07T11:06:49.311155-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eff081cb-1123-41e6-9e67-13b921b9ffde/?format=api"
        },
        {
            "id": "fdc37cb6-973d-4f6e-a20e-5bbc07b559db",
            "gambit_id": "b6697617-0673-4291-9f59-57418e1ad893",
            "last_updated": "2023-02-08T16:31:54.945596-05:00",
            "created_at": "2023-02-07T11:06:49.309463-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eff081cb-1123-41e6-9e67-13b921b9ffde/?format=api"
        }
    ]
}