GET /api/bet_types/02d74a9b-12b4-4571-939e-86b59a8efbdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02d74a9b-12b4-4571-939e-86b59a8efbdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/403eab2e-c451-4043-a0af-4d5203ebdd82/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:54.684467-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": 5521.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bbbf265-f539-4451-a032-86b38388f21b",
            "gambit_id": "f2e5c94d-d214-4574-b5c1-ce6e122babe9",
            "last_updated": "2023-02-22T09:02:04.652299-05:00",
            "created_at": "2023-02-21T08:51:54.685922-05:00",
            "name": "New Jersey Devils",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d74a9b-12b4-4571-939e-86b59a8efbdf/?format=api"
        },
        {
            "id": "ad1e8d92-594f-46d3-8645-02941bf9ab97",
            "gambit_id": "9cd038d2-58d8-4f6d-a28b-c26c9f10fd24",
            "last_updated": "2023-02-22T09:02:04.653434-05:00",
            "created_at": "2023-02-21T08:51:54.687284-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d74a9b-12b4-4571-939e-86b59a8efbdf/?format=api"
        }
    ]
}