GET /api/bet_types/34277f02-070e-480c-b136-ab88fe98255a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34277f02-070e-480c-b136-ab88fe98255a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4278688-2a7e-4ed8-8de6-cde1abff54f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:24.331338-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": "PHI (C Sanchez)",
                "amount": 5615.0
            },
            {
                "team": "MIA (E Perez)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca02a30a-0243-4cbb-b909-269e84793e4e",
            "gambit_id": "f7aaf261-1aa8-4aa8-b877-40792ebdf2d6",
            "last_updated": "2023-09-09T11:28:27.633166-04:00",
            "created_at": "2023-09-08T09:23:24.339081-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34277f02-070e-480c-b136-ab88fe98255a/?format=api"
        },
        {
            "id": "1a912721-4fbd-4018-9356-08e32955a2d8",
            "gambit_id": "779c6eba-e1d2-4cfa-bb5f-5a67514a460a",
            "last_updated": "2023-09-09T11:28:27.629490-04:00",
            "created_at": "2023-09-08T09:23:24.335191-04:00",
            "name": "MIA (E Perez)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34277f02-070e-480c-b136-ab88fe98255a/?format=api"
        }
    ]
}