GET /api/bet_types/b19915dd-f99f-4cbe-88cc-d524e8db5c57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b19915dd-f99f-4cbe-88cc-d524e8db5c57",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e0c321-471d-428d-882d-442774c8c1b7/?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": "TOR (J Berrios)",
                "amount": 5319.0
            },
            {
                "team": "MIN (T Mahle)",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": 361.44,
        "profit_sb_percentage": 4.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a572205-b63a-4944-9116-2301698add31",
            "gambit_id": "1478ceaa-0c4f-4756-9481-b3695bd13153",
            "last_updated": "2022-08-06T10:52:02.206156-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (J Berrios)",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19915dd-f99f-4cbe-88cc-d524e8db5c57/?format=api"
        },
        {
            "id": "5485b83d-c842-4dad-bde0-811e81e4fd11",
            "gambit_id": "13f03677-4c5b-4aee-ab14-610feca79567",
            "last_updated": "2022-08-06T10:52:02.205753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (T Mahle)",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19915dd-f99f-4cbe-88cc-d524e8db5c57/?format=api"
        }
    ]
}