GET /api/bet_types/f71610ea-2b02-4151-b61a-b48076851d3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f71610ea-2b02-4151-b61a-b48076851d3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cced82ed-4ede-4f2b-8b6e-83b7ea8118e8/?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": "Milwaukee Bucks",
                "amount": 7772.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2228.0
            }
        ],
        "expected_reward_tokens": 9246.2,
        "profit_sb": 246.2,
        "profit_sb_percentage": 2.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "39ec40c8-94a2-4cc5-81c9-96e281e50d3e",
            "gambit_id": "5bb67ad5-e7f5-41db-b04a-7cb307b970d0",
            "last_updated": "2022-11-22T09:57:25.088903-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.19000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71610ea-2b02-4151-b61a-b48076851d3c/?format=api"
        },
        {
            "id": "6d596bcd-d834-490d-9452-5b687bcbfba3",
            "gambit_id": "b335fb33-8e8a-4f62-8ef9-00ce674d0447",
            "last_updated": "2022-11-22T09:57:25.089800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.15000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71610ea-2b02-4151-b61a-b48076851d3c/?format=api"
        }
    ]
}