GET /api/bet_types/e415e6aa-8311-42cd-a51b-6206456580d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e415e6aa-8311-42cd-a51b-6206456580d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfedf2ad-9450-4d71-a67f-3afa353b13b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:15.139751-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": "CLE",
                "amount": 6100.0
            },
            {
                "team": "NYY",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd977b13-e08e-4544-b12c-881cedccaf19",
            "gambit_id": "8b4ba961-2d69-4033-9f12-d3e5cc83dbc7",
            "last_updated": "2023-05-02T11:52:08.486525-04:00",
            "created_at": "2023-05-01T12:27:15.142820-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e415e6aa-8311-42cd-a51b-6206456580d9/?format=api"
        },
        {
            "id": "9992c4c7-e2d3-4f6e-91ed-540f256a217c",
            "gambit_id": "10e21cc5-4419-457f-a04a-fcdc157da6d4",
            "last_updated": "2023-05-02T11:52:08.485054-04:00",
            "created_at": "2023-05-01T12:27:15.141262-04:00",
            "name": "NYY",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e415e6aa-8311-42cd-a51b-6206456580d9/?format=api"
        }
    ]
}