GET /api/bet_types/26614e7f-d53c-4c5c-9f07-e06ad05b3aca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26614e7f-d53c-4c5c-9f07-e06ad05b3aca",
    "match": "https://api-prod.gambitprofit.com/api/matches/27bfee8a-d597-4979-9b9f-9229f7775899/?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": "DET",
                "amount": 5395.0
            },
            {
                "team": "SEA",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "7aeb1499-f6b6-4667-91f3-b15ce988307d",
            "gambit_id": "cf73e5af-86d6-4644-86eb-1fcc80d2f717",
            "last_updated": "2022-09-02T09:07:07.717955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26614e7f-d53c-4c5c-9f07-e06ad05b3aca/?format=api"
        },
        {
            "id": "8c781761-8989-47b3-8344-9507cdf0f374",
            "gambit_id": "cae2fe0c-00dc-4a82-a4ca-7757d3447911",
            "last_updated": "2022-09-02T09:07:07.718443-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26614e7f-d53c-4c5c-9f07-e06ad05b3aca/?format=api"
        }
    ]
}