GET /api/bet_types/1f76f190-f829-41a6-938c-fcb21ec6b06b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f76f190-f829-41a6-938c-fcb21ec6b06b",
    "match": "https://api-prod.gambitprofit.com/api/matches/27cfa733-1592-4eb6-80be-501c3e6e00bf/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7ffcee9-3966-410d-829b-54abb876734b",
            "gambit_id": "6cff0397-f72f-49b4-8463-88bbbebe31e0",
            "last_updated": "2022-11-15T11:07:19.647310-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f76f190-f829-41a6-938c-fcb21ec6b06b/?format=api"
        },
        {
            "id": "45ff9f31-5c03-4f79-9e70-d5ddc7ccae8b",
            "gambit_id": "75179c2b-dbb9-4d89-8f1c-d358cc00bf0e",
            "last_updated": "2022-11-15T11:07:19.646316-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f76f190-f829-41a6-938c-fcb21ec6b06b/?format=api"
        }
    ]
}