GET /api/bet_types/3f26da13-0779-43ea-a7c4-a44855d731f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f26da13-0779-43ea-a7c4-a44855d731f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5d43ed4-592c-48c4-8080-22898b8346a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T14:32:08.786129-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": "Houston Roughnecks",
                "amount": 5106.0
            },
            {
                "team": "Arlington Renegades",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfc89a05-b031-4f13-a2bd-d35a713dc5cc",
            "gambit_id": "3bcac5c1-f921-4223-abff-a3545cbf9a92",
            "last_updated": "2023-02-28T12:37:05.166159-05:00",
            "created_at": "2023-02-23T14:32:08.787447-05:00",
            "name": "Houston Roughnecks",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f26da13-0779-43ea-a7c4-a44855d731f7/?format=api"
        },
        {
            "id": "3283bbab-0bae-4a7e-aa95-bd1162dea0e8",
            "gambit_id": "8c457df1-f78b-4848-9253-0dd3a4cb8307",
            "last_updated": "2023-02-28T12:37:05.167335-05:00",
            "created_at": "2023-02-23T14:32:08.788713-05:00",
            "name": "Arlington Renegades",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f26da13-0779-43ea-a7c4-a44855d731f7/?format=api"
        }
    ]
}