GET /api/bet_types/a4de158c-aed5-4960-9c3a-af67d77b6d9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4de158c-aed5-4960-9c3a-af67d77b6d9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0061c633-c093-45e3-ad0d-945186648744/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T08:57:01.688100-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": "OAK",
                "amount": 5317.0
            },
            {
                "team": "BAL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "72ac39b3-91d7-4f90-90b2-6e8e640040a4",
            "gambit_id": "ae36bb03-def2-4b1f-83fc-fd0ff592fb80",
            "last_updated": "2023-04-11T13:27:03.834130-04:00",
            "created_at": "2023-04-10T08:57:01.696448-04:00",
            "name": "OAK",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4de158c-aed5-4960-9c3a-af67d77b6d9c/?format=api"
        },
        {
            "id": "025b5e91-3e97-434f-82a2-5a0c53169d07",
            "gambit_id": "12dce3d5-dd97-403a-bc70-3c9bc7d781ab",
            "last_updated": "2023-04-11T13:27:03.831325-04:00",
            "created_at": "2023-04-10T08:57:01.692487-04:00",
            "name": "BAL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4de158c-aed5-4960-9c3a-af67d77b6d9c/?format=api"
        }
    ]
}