GET /api/bet_types/12675474-5d62-48e3-9dea-6d97d6b9ff7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12675474-5d62-48e3-9dea-6d97d6b9ff7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/95a7595a-afaf-4401-a16f-25c806fa4587/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "74e04315-c922-47d3-ad1c-78154132fd26",
            "gambit_id": "77c66ce4-e9da-4b01-b55e-a56ab6e5e5eb",
            "last_updated": "2022-11-12T16:52:58.813748-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12675474-5d62-48e3-9dea-6d97d6b9ff7a/?format=api"
        },
        {
            "id": "c5190d6f-773c-48f0-b928-82b477efa1ec",
            "gambit_id": "eb4533f5-6a9e-418c-8013-8e0c84b029bf",
            "last_updated": "2022-11-12T16:52:58.812800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12675474-5d62-48e3-9dea-6d97d6b9ff7a/?format=api"
        }
    ]
}