GET /api/bet_types/3d495714-bab1-409c-882f-c1054ea11ead/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d495714-bab1-409c-882f-c1054ea11ead",
    "match": "https://api-prod.gambitprofit.com/api/matches/057d51f6-2c17-4ae0-b3dc-85e26cb5ae78/?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": "Tennessee Titans",
                "amount": 5097.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b748634-15c8-4995-9ca1-e2b46f76c127",
            "gambit_id": "ab51730c-2b29-4dfb-8539-78ec229b6c5a",
            "last_updated": "2022-11-28T11:47:15.708189-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d495714-bab1-409c-882f-c1054ea11ead/?format=api"
        },
        {
            "id": "03ef936c-0729-4f6e-864c-f200205b600d",
            "gambit_id": "19a3bcd0-2cc1-4f7f-9791-cdcba23d2bcf",
            "last_updated": "2022-11-28T11:47:15.709266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d495714-bab1-409c-882f-c1054ea11ead/?format=api"
        }
    ]
}