GET /api/bet_types/a7b365d7-e576-4f6c-8b57-72edb3b06adf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7b365d7-e576-4f6c-8b57-72edb3b06adf",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:20.773083-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc1ecaeb-db86-49c0-8565-15cb12df37f2",
            "gambit_id": "15e3fbb1-4371-491a-aeb3-1fce2d6142fe",
            "last_updated": "2023-04-30T12:47:17.946334-04:00",
            "created_at": "2023-04-28T11:22:20.774585-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7b365d7-e576-4f6c-8b57-72edb3b06adf/?format=api"
        },
        {
            "id": "fca2a53a-7762-4c70-a010-366a6227fe5f",
            "gambit_id": "ff10752b-b595-4a03-9729-51a2c6920339",
            "last_updated": "2023-04-30T12:47:17.948152-04:00",
            "created_at": "2023-04-28T11:22:20.776049-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7b365d7-e576-4f6c-8b57-72edb3b06adf/?format=api"
        }
    ]
}