GET /api/bet_types/beaeb33c-79a9-42c4-b6fc-3b5192bd09ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "beaeb33c-79a9-42c4-b6fc-3b5192bd09ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?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": "Baltimore Ravens",
                "amount": 5097.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "05911618-d4d8-43fc-a5f9-5bf8c0473930",
            "gambit_id": "58ca6daa-8c87-4287-8cd9-ea88b7549ed5",
            "last_updated": "2022-11-28T11:47:16.444293-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beaeb33c-79a9-42c4-b6fc-3b5192bd09ae/?format=api"
        },
        {
            "id": "eb555387-9485-45fd-9679-195f0db1f951",
            "gambit_id": "62e51712-6eab-4252-ac26-b5c50357d418",
            "last_updated": "2022-11-28T11:47:16.443208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beaeb33c-79a9-42c4-b6fc-3b5192bd09ae/?format=api"
        }
    ]
}