GET /api/bet_types/454eddd5-8b10-44db-8fb1-386110ee3dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "454eddd5-8b10-44db-8fb1-386110ee3dd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c7a4887-d126-49c6-8bd6-a10a10c11881/?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": "KAN",
                "amount": 5313.0
            },
            {
                "team": "TAM",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "31c21887-3d61-4703-bb42-9bf23926d6b5",
            "gambit_id": "eef53784-1403-49d9-9f2e-d95a9785279a",
            "last_updated": "2022-08-21T12:52:07.450039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454eddd5-8b10-44db-8fb1-386110ee3dd6/?format=api"
        },
        {
            "id": "2cd9d12d-0995-4628-b03d-7c970f6b205f",
            "gambit_id": "467c720d-d7b2-4f2d-8f29-d10f31cdf13a",
            "last_updated": "2022-08-21T12:52:07.449466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454eddd5-8b10-44db-8fb1-386110ee3dd6/?format=api"
        }
    ]
}