GET /api/bet_types/5bffdd8c-235c-4f8b-9f37-767e112f0647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bffdd8c-235c-4f8b-9f37-767e112f0647",
    "match": "https://api-prod.gambitprofit.com/api/matches/e26c2250-4b5c-41b7-bb42-bdd975d4a7ce/?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": "San Jose Sharks",
                "amount": 5583.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "690aa8af-438e-4ab1-b76d-6787cb615f8a",
            "gambit_id": "17a3ab4e-1d59-424b-a58f-6953cb849e3f",
            "last_updated": "2022-11-04T09:12:34.722062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bffdd8c-235c-4f8b-9f37-767e112f0647/?format=api"
        },
        {
            "id": "fc20721d-c813-4089-96ed-4c1a0f6dec1f",
            "gambit_id": "04e146de-c73b-4702-a565-6e45a4ffcb30",
            "last_updated": "2022-11-04T09:12:34.721091-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bffdd8c-235c-4f8b-9f37-767e112f0647/?format=api"
        }
    ]
}