GET /api/bet_types/bd99afd9-538a-4f08-920a-5562d24643a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd99afd9-538a-4f08-920a-5562d24643a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?format=api",
    "name": "Pick the Winner",
    "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": "Golden State Warriors",
                "amount": 7029.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f10e12a-bb19-4d2b-b429-59a19f5396ad",
            "gambit_id": "7a4a49ac-24b2-4c87-97d4-046c16c0662f",
            "last_updated": "2022-12-03T09:52:35.912892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd99afd9-538a-4f08-920a-5562d24643a1/?format=api"
        },
        {
            "id": "a0714785-00b4-4e68-ae96-16372c00c7de",
            "gambit_id": "4d8453d6-a811-4000-8048-30726d117ed7",
            "last_updated": "2022-12-03T09:52:35.913864-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd99afd9-538a-4f08-920a-5562d24643a1/?format=api"
        }
    ]
}