GET /api/bet_types/70455457-72e4-473d-837e-7704ae79c14c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70455457-72e4-473d-837e-7704ae79c14c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6262ecc-311c-419c-addb-e6a37587fe35",
            "gambit_id": "36dfc0ac-41a5-4ddf-84c7-0547800bdd45",
            "last_updated": "2022-08-21T12:57:09.152624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70455457-72e4-473d-837e-7704ae79c14c/?format=api"
        },
        {
            "id": "bab1f32a-7c36-47db-a2c7-63100276f939",
            "gambit_id": "c90bae6b-4704-4b48-bf1b-e863c9e52776",
            "last_updated": "2022-08-21T12:57:09.151991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70455457-72e4-473d-837e-7704ae79c14c/?format=api"
        }
    ]
}