GET /api/bet_types/0f41e48c-9879-456c-925d-2d1ed9d6fa6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f41e48c-9879-456c-925d-2d1ed9d6fa6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0475edd0-fec4-417d-b743-e6b07136fe87/?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": "Tulane",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "62cd8d66-8c2a-47a8-8695-47264508b12b",
            "gambit_id": "5b75267a-82b8-426a-ae1e-33d79a9750f1",
            "last_updated": "2022-09-05T09:37:24.825462-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-28.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f41e48c-9879-456c-925d-2d1ed9d6fa6c/?format=api"
        },
        {
            "id": "832f04b9-40e7-4da3-a3e2-f287700a658e",
            "gambit_id": "d9808f8a-a472-4fc1-b4ef-28f2d4b606c2",
            "last_updated": "2022-09-05T09:37:24.826431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "28.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f41e48c-9879-456c-925d-2d1ed9d6fa6c/?format=api"
        }
    ]
}