GET /api/bet_types/52d1b3d9-e481-4a58-8b1a-0ee384ad75c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52d1b3d9-e481-4a58-8b1a-0ee384ad75c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/33444caf-df79-4167-bec7-ff8153481d22/?format=api",
    "name": "Play the Odds",
    "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": "STL",
                "amount": 5745.0
            },
            {
                "team": "WAS",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ab7f02d-edca-42a1-a708-0426adee3a64",
            "gambit_id": "dbcf7a81-c363-4b0e-9a11-ec4716067b4e",
            "last_updated": "2022-09-08T10:07:11.975253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d1b3d9-e481-4a58-8b1a-0ee384ad75c7/?format=api"
        },
        {
            "id": "44d8ac7b-37aa-461c-9dd6-4b32ea942dca",
            "gambit_id": "329e8bd7-51e7-4f02-a5fe-71d53a49ab13",
            "last_updated": "2022-09-08T10:07:11.976196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d1b3d9-e481-4a58-8b1a-0ee384ad75c7/?format=api"
        }
    ]
}