GET /api/bet_types/042285d6-51eb-49d3-91a4-2cf61acee23e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "042285d6-51eb-49d3-91a4-2cf61acee23e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ba1cb6e-785d-4f6e-9fd4-91a352555c24/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:03.608184-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aed320e-fabd-4b5a-aab9-eab834760f34",
            "gambit_id": "352781b2-9f78-4d29-b9f4-cc74e34712f8",
            "last_updated": "2023-04-12T09:57:02.366114-04:00",
            "created_at": "2023-04-11T10:27:03.612096-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042285d6-51eb-49d3-91a4-2cf61acee23e/?format=api"
        },
        {
            "id": "393aa68a-d41c-47a0-9441-db7ca4de445d",
            "gambit_id": "02290a60-b775-452b-a47d-75572b92c114",
            "last_updated": "2023-04-12T09:57:02.368461-04:00",
            "created_at": "2023-04-11T10:27:03.615052-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042285d6-51eb-49d3-91a4-2cf61acee23e/?format=api"
        }
    ]
}