GET /api/bet_types/86f6b448-489a-4b92-8c75-e149671ddc39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86f6b448-489a-4b92-8c75-e149671ddc39",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ce58d05-6033-4600-915d-48706b696e9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:09.100151-04: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": "TOR",
                "amount": 5857.0
            },
            {
                "team": "SDG",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "854068f3-5cbc-4809-b124-c964b65f0e1e",
            "gambit_id": "d34acb70-a12b-4680-9f09-91dd2b5f8fe4",
            "last_updated": "2023-07-20T09:58:27.642112-04:00",
            "created_at": "2023-07-18T08:53:09.104185-04:00",
            "name": "TOR",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f6b448-489a-4b92-8c75-e149671ddc39/?format=api"
        },
        {
            "id": "c9d89909-7751-4edb-9134-bcdf59de2235",
            "gambit_id": "e8e353e1-5502-40db-9b85-fcdd7a63aa5a",
            "last_updated": "2023-07-20T09:58:27.640546-04:00",
            "created_at": "2023-07-18T08:53:09.101917-04:00",
            "name": "SDG",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f6b448-489a-4b92-8c75-e149671ddc39/?format=api"
        }
    ]
}