GET /api/bet_types/780b3fbd-4f87-475b-83db-6e375cdd7660/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "780b3fbd-4f87-475b-83db-6e375cdd7660",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd6840ec-ddbb-4027-a607-50bbbcafec1e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T11:23:23.858815-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": "Chicago Cubs",
                "amount": 6232.0
            },
            {
                "team": "Pittsburgh Pirates",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "0757675f-c42f-4761-8ff8-b3fc54d98e11",
            "gambit_id": "cc602826-0058-4388-97d9-7918eda6a652",
            "last_updated": "2023-09-21T09:48:17.151377-04:00",
            "created_at": "2023-09-19T11:23:23.869611-04:00",
            "name": "Chicago Cubs",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780b3fbd-4f87-475b-83db-6e375cdd7660/?format=api"
        },
        {
            "id": "cf55f05d-fc54-471f-a890-d7defb0eb917",
            "gambit_id": "b9dfc1b8-81c6-4f63-b83c-02e0ae5fdfbf",
            "last_updated": "2023-09-21T09:48:17.147672-04:00",
            "created_at": "2023-09-19T11:23:23.864824-04:00",
            "name": "Pittsburgh Pirates",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/780b3fbd-4f87-475b-83db-6e375cdd7660/?format=api"
        }
    ]
}