GET /api/bet_types/ae0cac69-4b27-497b-8526-24a3ba318470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae0cac69-4b27-497b-8526-24a3ba318470",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cbc0599-b81b-4013-a222-3a5ef046252d/?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": "TOR",
                "amount": 5301.0
            },
            {
                "team": "PIT",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "fff511fc-cd50-4c36-a961-728610f78ddd",
            "gambit_id": "d175bab2-b26c-4355-a2a6-d8507389566a",
            "last_updated": "2022-09-05T13:52:19.336800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0cac69-4b27-497b-8526-24a3ba318470/?format=api"
        },
        {
            "id": "7602c5f3-76b6-411a-a56b-1a827f26dbc6",
            "gambit_id": "01a205b6-9615-49cf-bf5c-7febdbd91dd4",
            "last_updated": "2022-09-05T13:52:19.335861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0cac69-4b27-497b-8526-24a3ba318470/?format=api"
        }
    ]
}