GET /api/bet_types/5268b375-e4c6-46dc-a89c-d928bb96a09f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5268b375-e4c6-46dc-a89c-d928bb96a09f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9db17e4a-6a2b-4e4a-8e04-feecee9f5f49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T09:31:51.774557-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": "Washington Capitals",
                "amount": 6163.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6906499-cf76-4666-b146-a269defc4111",
            "gambit_id": "f6bbd3d8-a00a-43aa-a21d-75d88c0968ec",
            "last_updated": "2023-03-18T14:57:14.690573-04:00",
            "created_at": "2023-03-17T09:31:51.775631-04:00",
            "name": "Washington Capitals",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5268b375-e4c6-46dc-a89c-d928bb96a09f/?format=api"
        },
        {
            "id": "c82ad753-5f21-4780-abca-846fdc3ed2c3",
            "gambit_id": "ee0b2bc8-e814-4387-85f4-0b56136ca678",
            "last_updated": "2023-03-18T14:57:14.691637-04:00",
            "created_at": "2023-03-17T09:31:51.776744-04:00",
            "name": "St Louis Blues",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5268b375-e4c6-46dc-a89c-d928bb96a09f/?format=api"
        }
    ]
}