GET /api/bet_types/053f7ea3-94fd-4039-9445-afdadd0242a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "053f7ea3-94fd-4039-9445-afdadd0242a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdeef083-d936-4890-a172-c25de5338b06/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:23.342092-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": "TEX",
                "amount": 6547.0
            },
            {
                "team": "NYY",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe70de96-72b0-494a-adf9-dc8ff71869fd",
            "gambit_id": "aba40973-9885-4da9-994f-b90e5454daff",
            "last_updated": "2023-06-26T23:08:01.429385-04:00",
            "created_at": "2023-06-25T09:28:23.344358-04:00",
            "name": "TEX",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/053f7ea3-94fd-4039-9445-afdadd0242a8/?format=api"
        },
        {
            "id": "e3477fca-fe25-409f-8453-7cc37dce8b62",
            "gambit_id": "305719a9-6af7-4e69-8af7-1cf688196169",
            "last_updated": "2023-06-26T23:08:01.431883-04:00",
            "created_at": "2023-06-25T09:28:23.346771-04:00",
            "name": "NYY",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/053f7ea3-94fd-4039-9445-afdadd0242a8/?format=api"
        }
    ]
}