GET /api/bet_types/c14271bd-82bb-43da-a767-44d896c3488b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14271bd-82bb-43da-a767-44d896c3488b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbea338-9260-473b-a903-5d0c5a98b0d8/?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": 6025.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6a9c484-bd89-47f3-b2ae-59de1fe8ff3b",
            "gambit_id": "edab9dcd-d6ad-4962-9f09-982d62ea7941",
            "last_updated": "2022-10-11T12:11:56.380542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14271bd-82bb-43da-a767-44d896c3488b/?format=api"
        },
        {
            "id": "90fc875a-7537-4a87-97b2-4097a59de169",
            "gambit_id": "b90ddecb-2984-41cb-a58c-a707ad0dca78",
            "last_updated": "2022-10-11T12:11:56.381624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14271bd-82bb-43da-a767-44d896c3488b/?format=api"
        }
    ]
}