GET /api/bet_types/b7f9662a-5eaf-486e-91fd-a0cf5213676c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7f9662a-5eaf-486e-91fd-a0cf5213676c",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b60f8c-696f-4dde-9c91-c1db52199650/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:18.014284-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": "CWS",
                "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": "c8e16905-7b7d-4045-a242-50319e6912f7",
            "gambit_id": "f5fd8b72-569c-4cae-8266-d0726f572452",
            "last_updated": "2023-06-09T17:28:29.615823-04:00",
            "created_at": "2023-06-08T08:43:18.015822-04:00",
            "name": "CWS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f9662a-5eaf-486e-91fd-a0cf5213676c/?format=api"
        },
        {
            "id": "519b4b17-1d09-46d3-a58a-74e08eeba2fc",
            "gambit_id": "b9dfa545-de5e-4689-b183-1077c8408a26",
            "last_updated": "2023-06-09T17:28:29.617407-04:00",
            "created_at": "2023-06-08T08:43:18.017518-04:00",
            "name": "NYY",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f9662a-5eaf-486e-91fd-a0cf5213676c/?format=api"
        }
    ]
}