GET /api/bet_types/7c48d71a-af6e-49bd-b6c5-1e96e0805ce7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c48d71a-af6e-49bd-b6c5-1e96e0805ce7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5560bde-422a-41a3-b2d8-93fdd85d5b7c/?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": "Old Dominion",
                "amount": 5000.0
            },
            {
                "team": "Appalachian St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6e75c8b-2899-4dfd-9a31-7b6d67976fb0",
            "gambit_id": "353efb39-37d2-4d87-a1ab-fb7cb4df9e55",
            "last_updated": "2022-11-21T11:48:39.267669-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c48d71a-af6e-49bd-b6c5-1e96e0805ce7/?format=api"
        },
        {
            "id": "cc3386b1-00e2-4eb1-8355-e24738ec6d77",
            "gambit_id": "f9406667-bd51-4c0f-8bea-705e959ec378",
            "last_updated": "2022-11-21T11:48:39.266710-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c48d71a-af6e-49bd-b6c5-1e96e0805ce7/?format=api"
        }
    ]
}