GET /api/bet_types/c3a4a6aa-2ce0-4b5c-a8db-588eab738edc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a4a6aa-2ce0-4b5c-a8db-588eab738edc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d3a584b-5428-4c07-be73-895fc2b7f9af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:11.539646-05: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": "Buffalo Sabres",
                "amount": 6163.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "441321a9-473c-4ddb-878c-846c4dacfc3c",
            "gambit_id": "878c9f58-48ee-4c83-bb3c-26bb4fd4abc9",
            "last_updated": "2023-03-07T11:12:00.888676-05:00",
            "created_at": "2023-03-06T08:07:11.540845-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a4a6aa-2ce0-4b5c-a8db-588eab738edc/?format=api"
        },
        {
            "id": "13aa2456-29e7-4698-bd68-cf88a5f6271c",
            "gambit_id": "389826c7-d64f-47fc-b509-17213f602578",
            "last_updated": "2023-03-07T11:12:00.890320-05:00",
            "created_at": "2023-03-06T08:07:11.542321-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a4a6aa-2ce0-4b5c-a8db-588eab738edc/?format=api"
        }
    ]
}