GET /api/bet_types/fbc8214c-d1cd-4bf3-be56-fe6f99dc6c8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbc8214c-d1cd-4bf3-be56-fe6f99dc6c8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d98a4d02-8a7a-4bab-81ec-8fb55b9e4f40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.293884-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": "Chicago Bulls",
                "amount": 5106.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f20ae5-56ae-4644-aae1-1cb3aef0b3f3",
            "gambit_id": "fd7b300d-3036-4796-8f0c-31f9b94ea02d",
            "last_updated": "2023-01-25T10:56:54.304661-05:00",
            "created_at": "2023-01-24T09:31:51.296601-05:00",
            "name": "Chicago Bulls",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbc8214c-d1cd-4bf3-be56-fe6f99dc6c8c/?format=api"
        },
        {
            "id": "960ad950-6e61-45b6-b39c-ad627f6787ad",
            "gambit_id": "4bf911a5-b632-4bd4-ae6c-1246d760d2c8",
            "last_updated": "2023-01-25T10:56:54.303525-05:00",
            "created_at": "2023-01-24T09:31:51.295208-05:00",
            "name": "Indiana Pacers",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbc8214c-d1cd-4bf3-be56-fe6f99dc6c8c/?format=api"
        }
    ]
}