GET /api/bet_types/3730ae52-f654-4c4e-a00e-8f7b9468a9ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3730ae52-f654-4c4e-a00e-8f7b9468a9ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/3920c53b-e2d8-4a30-ad87-831d8dd1c7bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:09.363277-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": "Notre Dame",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "696762cb-8000-40e2-bde6-fe0b8cfe11d7",
            "gambit_id": "6dc07e03-aed2-4173-b557-18e1d5b96c81",
            "last_updated": "2022-12-31T10:56:57.060547-05:00",
            "created_at": "2022-12-30T10:27:09.364437-05:00",
            "name": "Notre Dame",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3730ae52-f654-4c4e-a00e-8f7b9468a9ca/?format=api"
        },
        {
            "id": "5342f1e3-5f3d-41fc-83dc-ae9109516e4e",
            "gambit_id": "6d1e32a9-6c72-4a05-a49a-1d6d866c985c",
            "last_updated": "2022-12-31T10:56:57.061673-05:00",
            "created_at": "2022-12-30T10:27:09.365646-05:00",
            "name": "South Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3730ae52-f654-4c4e-a00e-8f7b9468a9ca/?format=api"
        }
    ]
}