GET /api/bet_types/cf8b5fd3-04d5-4834-b437-40cea0945123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf8b5fd3-04d5-4834-b437-40cea0945123",
    "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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 50",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 50",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "3fb9002b-3979-4e7a-840a-220a9c6bba7a",
            "gambit_id": "f3213d4f-71f6-423b-9d2b-5f436bba1921",
            "last_updated": "2022-10-17T09:56:54.780568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8b5fd3-04d5-4834-b437-40cea0945123/?format=api"
        },
        {
            "id": "aa6e93e5-e455-48c3-8b17-03bb68b29760",
            "gambit_id": "b3325954-e662-452a-93bd-a04cc6d60c8e",
            "last_updated": "2022-10-17T09:56:54.779503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8b5fd3-04d5-4834-b437-40cea0945123/?format=api"
        }
    ]
}