GET /api/bet_types/aa472640-3103-4437-9e4a-9157031187e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa472640-3103-4437-9e4a-9157031187e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7bc10f1-5dbf-4a51-b057-9cdbf8f76ca6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:02.262735-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 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "49fc3f54-dbf6-4b42-b57f-eeec9c7a94b8",
            "gambit_id": "c58753c9-57a3-40a2-88ab-d75ce631b668",
            "last_updated": "2023-01-02T12:42:00.551678-05:00",
            "created_at": "2023-01-01T09:22:02.265227-05:00",
            "name": "Game Total Over 39",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa472640-3103-4437-9e4a-9157031187e4/?format=api"
        },
        {
            "id": "f2c4f613-2251-42d4-ab38-8b4fa0865101",
            "gambit_id": "2fb50cb9-7ce5-4a16-b44a-86e88cb3db9f",
            "last_updated": "2023-01-02T12:42:00.550492-05:00",
            "created_at": "2023-01-01T09:22:02.263965-05:00",
            "name": "Game Total Under 39",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa472640-3103-4437-9e4a-9157031187e4/?format=api"
        }
    ]
}