GET /api/bet_types/c7ff0768-73dd-44a8-862d-0538b5683696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7ff0768-73dd-44a8-862d-0538b5683696",
    "match": "https://api-prod.gambitprofit.com/api/matches/86d8e826-17b1-4938-89e6-899b69332b61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:53.074578-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": "NYM (K Senga)",
                "amount": 5711.0
            },
            {
                "team": "TOR (Y Kikuchi)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "60f51ee0-cd9b-4596-973c-1b6af81864c2",
            "gambit_id": "0f39998b-5b66-469d-be8d-30b7a4d59dfb",
            "last_updated": "2023-06-05T10:57:24.061326-04:00",
            "created_at": "2023-06-04T12:16:53.079532-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ff0768-73dd-44a8-862d-0538b5683696/?format=api"
        },
        {
            "id": "5a988134-a9e5-4c99-afea-edaf31a70b25",
            "gambit_id": "99cfea06-27e6-434e-88f8-88fcb368136c",
            "last_updated": "2023-06-05T10:57:24.059341-04:00",
            "created_at": "2023-06-04T12:16:53.076872-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ff0768-73dd-44a8-862d-0538b5683696/?format=api"
        }
    ]
}