GET /api/bet_types/43cb4f6d-acc3-4772-8fb7-0359a78a72c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43cb4f6d-acc3-4772-8fb7-0359a78a72c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c881b9b-5630-4d09-8cca-090f7fd8c106/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:26.399138-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": "WAS",
                "amount": 5423.0
            },
            {
                "team": "STL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "76411708-4184-46ed-a6ba-55026a460e7b",
            "gambit_id": "e28d5c67-7db9-4f76-8ed5-d0d7c5e9ae41",
            "last_updated": "2023-07-18T09:03:21.381585-04:00",
            "created_at": "2023-07-16T09:08:26.400696-04:00",
            "name": "WAS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cb4f6d-acc3-4772-8fb7-0359a78a72c0/?format=api"
        },
        {
            "id": "171bd5b9-6aa7-43d8-9893-99543d451a88",
            "gambit_id": "7cb0bd91-0dc2-45a8-b192-62ab0f9b0223",
            "last_updated": "2023-07-18T09:03:21.383106-04:00",
            "created_at": "2023-07-16T09:08:26.402283-04:00",
            "name": "STL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cb4f6d-acc3-4772-8fb7-0359a78a72c0/?format=api"
        }
    ]
}