GET /api/bet_types/03a54021-e144-4362-8325-82cd5a4b0861/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03a54021-e144-4362-8325-82cd5a4b0861",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e1697ed-c382-4fa6-a57f-cacc05ea57b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:08.686675-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 36.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ca2a637-e683-4c12-bd7b-c22aed4ea7a5",
            "gambit_id": "27c36178-2b42-449b-81f5-d1b52f0645f5",
            "last_updated": "2023-12-04T20:53:08.957639-05:00",
            "created_at": "2023-11-30T10:28:08.690461-05:00",
            "name": "Game Total Over 36.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03a54021-e144-4362-8325-82cd5a4b0861/?format=api"
        },
        {
            "id": "1c1193aa-b8f6-4eb4-8d99-bb4bb256cd41",
            "gambit_id": "bbdbfa78-d197-4fca-8e4d-53c3e4e8ea1b",
            "last_updated": "2023-12-04T20:53:08.953515-05:00",
            "created_at": "2023-11-30T10:28:08.694249-05:00",
            "name": "Game Total Under 36.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03a54021-e144-4362-8325-82cd5a4b0861/?format=api"
        }
    ]
}