GET /api/bet_types/6ba37d74-8631-473c-b031-35f1ca319b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ba37d74-8631-473c-b031-35f1ca319b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?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": "Southern Miss",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "78441daf-2004-495f-b48f-9f9021615953",
            "gambit_id": "1d01c298-d319-4029-95bf-5f3269a66f9a",
            "last_updated": "2022-12-19T10:12:23.614336-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba37d74-8631-473c-b031-35f1ca319b62/?format=api"
        },
        {
            "id": "2e96e82a-17b9-4462-8b0a-b34ca4c1cc01",
            "gambit_id": "2dfda9b9-b2fd-4450-8409-b0d3a9189b93",
            "last_updated": "2022-12-19T10:12:23.615562-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba37d74-8631-473c-b031-35f1ca319b62/?format=api"
        }
    ]
}