GET /api/bet_types/9252efa2-afa1-4233-a878-473d64ed014a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9252efa2-afa1-4233-a878-473d64ed014a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b89ad31-07f0-47ef-9c4a-8525a1415273",
            "gambit_id": "955a1a89-053f-4bba-8249-2e0444473ee1",
            "last_updated": "2022-08-19T09:51:52.630590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9252efa2-afa1-4233-a878-473d64ed014a/?format=api"
        },
        {
            "id": "ae235254-5b67-4f5b-8a16-8117d34ce8b4",
            "gambit_id": "1ee53f57-0bed-4439-8498-232087f3436a",
            "last_updated": "2022-08-19T09:51:52.630100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9252efa2-afa1-4233-a878-473d64ed014a/?format=api"
        }
    ]
}