GET /api/bet_types/9822f7f9-2b0b-4f8b-9372-69713cf3f4df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9822f7f9-2b0b-4f8b-9372-69713cf3f4df",
    "match": "https://api-prod.gambitprofit.com/api/matches/189ba1df-f856-4861-b61d-cbca7fdbe9bc/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "BAL",
                "amount": 6061.0
            },
            {
                "team": "BOS",
                "amount": 3939.0
            }
        ],
        "expected_reward_tokens": 9333.94,
        "profit_sb": 333.94,
        "profit_sb_percentage": 3.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc7f6057-b074-4e3b-9dd3-0b882922ab5f",
            "gambit_id": "b7f284f4-a7b8-4836-abde-aa9c7797152c",
            "last_updated": "2022-12-24T17:12:25.211501-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9822f7f9-2b0b-4f8b-9372-69713cf3f4df/?format=api"
        },
        {
            "id": "f8d8b078-f4d1-4751-990d-9323a230f706",
            "gambit_id": "08b1471f-1f78-48a5-b086-f83982a6f505",
            "last_updated": "2022-12-24T17:12:25.210363-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9822f7f9-2b0b-4f8b-9372-69713cf3f4df/?format=api"
        }
    ]
}