GET /api/bet_types/8b411c56-caf1-4cbb-99e7-0f13ef5b61bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b411c56-caf1-4cbb-99e7-0f13ef5b61bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d1b805e-8238-44cc-8091-024b3a5f7237/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:48.035534-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8d8be1e-b07d-4fb6-85ac-d7c37128b95d",
            "gambit_id": "94b02fca-3534-4d54-8fd7-408c890380f9",
            "last_updated": "2023-01-14T12:07:00.659553-05:00",
            "created_at": "2023-01-13T09:11:48.036664-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b411c56-caf1-4cbb-99e7-0f13ef5b61bb/?format=api"
        },
        {
            "id": "c50eeb75-1b43-4f36-8480-923ab4a5f4e0",
            "gambit_id": "e3467212-7b9f-457c-8484-4bd631c756c0",
            "last_updated": "2023-01-14T12:07:00.662904-05:00",
            "created_at": "2023-01-13T09:11:48.037827-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b411c56-caf1-4cbb-99e7-0f13ef5b61bb/?format=api"
        }
    ]
}