GET /api/bet_types/098a29e2-049c-4268-9faa-fac7b45a9777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "098a29e2-049c-4268-9faa-fac7b45a9777",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0583afc-b008-4e24-89d4-116bd2960fc8/?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": "San Jose State",
                "amount": 8189.0
            },
            {
                "team": "Hawaii",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "9dba4840-6c3a-4f9f-843a-4e8a76af34c8",
            "gambit_id": "620492cb-5fc3-4b3f-9bc0-5462b7130d9b",
            "last_updated": "2022-11-28T09:57:11.862375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/098a29e2-049c-4268-9faa-fac7b45a9777/?format=api"
        },
        {
            "id": "3da37af9-318c-4eb1-bb30-af8d77052509",
            "gambit_id": "a0720201-71b5-4a18-87aa-71cb64c35833",
            "last_updated": "2022-11-28T09:57:11.863544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/098a29e2-049c-4268-9faa-fac7b45a9777/?format=api"
        }
    ]
}