GET /api/bet_types/aa5fc6d0-24b7-45f1-b492-8c77ad38e686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa5fc6d0-24b7-45f1-b492-8c77ad38e686",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1a1db4-8a37-4dac-812c-50dab7a6b6d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T10:37:01.703063-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "502fb6e2-b401-44bd-b437-c7eb38525cb2",
            "gambit_id": "d16b906b-5eca-4662-bea0-cb7497913f81",
            "last_updated": "2023-03-28T11:17:01.690315-04:00",
            "created_at": "2023-03-27T10:37:01.704557-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5fc6d0-24b7-45f1-b492-8c77ad38e686/?format=api"
        },
        {
            "id": "6f396867-2cd5-4125-9d95-9a46d9962583",
            "gambit_id": "98646512-577e-4ad5-a020-35746b379146",
            "last_updated": "2023-03-28T11:17:01.693056-04:00",
            "created_at": "2023-03-27T10:37:01.706121-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa5fc6d0-24b7-45f1-b492-8c77ad38e686/?format=api"
        }
    ]
}