GET /api/bet_types/979aa519-a2bd-4488-9620-5be3c0bd8d3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "979aa519-a2bd-4488-9620-5be3c0bd8d3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9836d40-9ce3-44c0-b159-b69760765664/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-01T09:47:54.517704-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": "New Jersey Devils",
                "amount": 6163.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "795e6a38-0492-4eee-9d41-3377ee194d83",
            "gambit_id": "b7f26d55-c88c-475f-b65e-80766f59d666",
            "last_updated": "2023-12-02T09:37:59.752491-05:00",
            "created_at": "2023-12-01T09:47:54.525893-05:00",
            "name": "New Jersey Devils",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979aa519-a2bd-4488-9620-5be3c0bd8d3b/?format=api"
        },
        {
            "id": "dbb72a05-19e9-4784-970b-8da91162dd01",
            "gambit_id": "a1ec20e8-b2ed-4eae-907f-9645d2d0934e",
            "last_updated": "2023-12-02T09:37:59.747670-05:00",
            "created_at": "2023-12-01T09:47:54.521305-05:00",
            "name": "San Jose Sharks",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979aa519-a2bd-4488-9620-5be3c0bd8d3b/?format=api"
        }
    ]
}