GET /api/bet_types/14cdd3d8-da0f-42b3-8c6e-0c226d2fd2a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14cdd3d8-da0f-42b3-8c6e-0c226d2fd2a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/766af1fa-b98d-46d4-9f57-3348acb10df8/?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": 5680.0
            },
            {
                "team": "TEX",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "810b9d1c-ce8b-4858-9a40-0822647eb5bd",
            "gambit_id": "1f7fc07b-7922-4468-a95a-3384d3a6018f",
            "last_updated": "2022-08-29T13:02:02.903498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14cdd3d8-da0f-42b3-8c6e-0c226d2fd2a2/?format=api"
        },
        {
            "id": "8677078d-b6d4-4815-a610-2e5df7749806",
            "gambit_id": "eeef9cc5-571b-417c-bfda-228794a7c1f1",
            "last_updated": "2022-08-29T13:02:02.903054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14cdd3d8-da0f-42b3-8c6e-0c226d2fd2a2/?format=api"
        }
    ]
}