GET /api/bet_types/ecd6fd08-6f3f-44f9-8a1b-557db3e74424/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecd6fd08-6f3f-44f9-8a1b-557db3e74424",
    "match": "https://api-prod.gambitprofit.com/api/matches/dedbc2b6-baaf-46a8-b20b-5c57c4e6a122/?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": "Northern Illinois",
                "amount": 5000.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "04330900-091e-45d5-9952-d8fb4757b32f",
            "gambit_id": "4e8404d4-22e4-40f1-99d8-80f6067b0d46",
            "last_updated": "2022-11-17T09:27:15.739619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd6fd08-6f3f-44f9-8a1b-557db3e74424/?format=api"
        },
        {
            "id": "84341420-9d05-400f-875e-e5b5ae8e5c3a",
            "gambit_id": "2c75c268-adc4-451e-9f8b-d53fa2d31083",
            "last_updated": "2022-11-17T09:27:15.740682-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd6fd08-6f3f-44f9-8a1b-557db3e74424/?format=api"
        }
    ]
}