GET /api/bet_types/eebfe8aa-2b1d-4971-a898-d4f697810e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eebfe8aa-2b1d-4971-a898-d4f697810e22",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ece112e-2f6a-44a6-a70a-dad7bfa00da2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:15.879463-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 (M Scherzer)",
                "amount": 5838.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5981f26-b8b7-4036-a0de-302334b7884a",
            "gambit_id": "d923404e-3e22-4648-8d91-ee5dfca9292f",
            "last_updated": "2023-04-05T10:07:03.262710-04:00",
            "created_at": "2023-04-04T09:32:15.880819-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eebfe8aa-2b1d-4971-a898-d4f697810e22/?format=api"
        },
        {
            "id": "8a9e2b6d-ff3c-4d52-8c1f-cfe71639fb77",
            "gambit_id": "07b1f07e-5ad7-4fee-b9fa-5d604b59e6f6",
            "last_updated": "2023-04-05T10:07:03.264317-04:00",
            "created_at": "2023-04-04T09:32:15.882535-04:00",
            "name": "MIL (W Miley)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eebfe8aa-2b1d-4971-a898-d4f697810e22/?format=api"
        }
    ]
}