GET /api/bet_types/5d1abc7f-5e8f-4c52-81e3-c8e0f09e71c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d1abc7f-5e8f-4c52-81e3-c8e0f09e71c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed195be8-5aee-4c30-8aa4-8fee748ee9b6/?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": "MIL",
                "amount": 5207.0
            },
            {
                "team": "CIN",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "716bcdbf-4629-45db-86a7-8cb037de3f86",
            "gambit_id": "f1d9c65c-9e18-4a7b-bb6b-bea3709eb22b",
            "last_updated": "2022-09-11T18:27:16.262921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d1abc7f-5e8f-4c52-81e3-c8e0f09e71c6/?format=api"
        },
        {
            "id": "8f0d0948-f269-4766-8c96-c8e435f2ff3a",
            "gambit_id": "1054eff1-81a6-43f1-a5b2-327c8c327b2e",
            "last_updated": "2022-09-11T18:27:16.263913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d1abc7f-5e8f-4c52-81e3-c8e0f09e71c6/?format=api"
        }
    ]
}