GET /api/bet_types/b8cf6e69-e472-4dca-aac0-2ebd08b0ac26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8cf6e69-e472-4dca-aac0-2ebd08b0ac26",
    "match": "https://api-prod.gambitprofit.com/api/matches/78fcfa2d-9a3c-457f-adb2-d6256fd6d6e8/?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 68",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 68",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "56f7e912-e522-4567-8af7-c80d8a37755d",
            "gambit_id": "8b25928d-c160-4ba8-8f29-f5f615dcc8bf",
            "last_updated": "2022-10-17T09:42:12.629424-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 68",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8cf6e69-e472-4dca-aac0-2ebd08b0ac26/?format=api"
        },
        {
            "id": "ec5b9201-3597-439f-b81a-1902db3a33fa",
            "gambit_id": "e4b7292b-ada6-4160-87aa-19eda284e6b1",
            "last_updated": "2022-10-17T09:42:12.628290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 68",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8cf6e69-e472-4dca-aac0-2ebd08b0ac26/?format=api"
        }
    ]
}