GET /api/bet_types/97127c2d-a3dd-4495-828d-bb01b9b7e1b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97127c2d-a3dd-4495-828d-bb01b9b7e1b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf3ee005-6049-4f89-913e-a936901c77f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-10T09:03:22.043789-04: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": "National League",
                "amount": 6643.0
            },
            {
                "team": "American League",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd9d9878-7af2-4376-8c7d-83f01ae16176",
            "gambit_id": "9d49f70d-a342-45e2-aa6e-39b9bace51a3",
            "last_updated": "2023-07-12T10:03:14.117664-04:00",
            "created_at": "2023-07-10T09:03:22.046046-04:00",
            "name": "National League",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97127c2d-a3dd-4495-828d-bb01b9b7e1b5/?format=api"
        },
        {
            "id": "ce995087-a904-4031-abfa-f2d3f710cf72",
            "gambit_id": "ed390c29-beac-42ed-8456-21bb4e3260f7",
            "last_updated": "2023-07-12T10:03:14.119005-04:00",
            "created_at": "2023-07-10T09:03:22.048598-04:00",
            "name": "American League",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97127c2d-a3dd-4495-828d-bb01b9b7e1b5/?format=api"
        }
    ]
}