GET /api/bet_types/9a4fda50-a07d-4069-93e3-07e3c3f90a64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a4fda50-a07d-4069-93e3-07e3c3f90a64",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7bc7fb8-f007-457e-adfa-6cef9455f30b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:54.962615-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": "Vancouver Canucks",
                "amount": 6104.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "2418fcd1-9ad0-4d25-960b-d85c06663866",
            "gambit_id": "7b510309-dc4c-4c8a-ad5f-4b6ff60c68c2",
            "last_updated": "2023-02-22T08:57:05.368437-05:00",
            "created_at": "2023-02-21T08:51:54.965095-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4fda50-a07d-4069-93e3-07e3c3f90a64/?format=api"
        },
        {
            "id": "e01dcaee-191c-4939-a290-9598e715a601",
            "gambit_id": "b412f26a-d58f-4619-a4cf-f79abdc353cb",
            "last_updated": "2023-02-22T08:57:05.367243-05:00",
            "created_at": "2023-02-21T08:51:54.963810-05:00",
            "name": "Nashville Predators",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4fda50-a07d-4069-93e3-07e3c3f90a64/?format=api"
        }
    ]
}