GET /api/bet_types/c2702d94-c81d-4259-918f-c6078f8358a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2702d94-c81d-4259-918f-c6078f8358a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/da75788b-95f6-414f-b286-ba0e1da6f513/?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": "Las Vegas Raiders",
                "amount": 5097.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "b27dffa8-cf4c-44ec-ac01-b2e7a6d343d9",
            "gambit_id": "398ab09a-8574-41d4-944a-e6e47ad9a2d8",
            "last_updated": "2022-11-07T10:13:02.913597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2702d94-c81d-4259-918f-c6078f8358a0/?format=api"
        },
        {
            "id": "379218eb-deff-41f8-8396-f1bb882bf43f",
            "gambit_id": "206cc11a-e5f4-4486-8eb7-f414a13efa52",
            "last_updated": "2022-11-07T10:13:02.912442-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2702d94-c81d-4259-918f-c6078f8358a0/?format=api"
        }
    ]
}